Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

bool Impala::Core::Table::AnnotationTable::IsNegative ( Quid  annotee  )  const [inline]

Definition at line 212 of file AnnotationTable.h.

References GetIndex(), IsNegative(), and Impala::Core::Table::Table::Size().

00213     {
00214         int index = GetIndex(annotee);
00215         if (index != Size())
00216             return IsNegative(index);
00217         return false;
00218     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:44 2011 for ImpalaSrc by  doxygen 1.5.1