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

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

Definition at line 191 of file AnnotationTable.h.

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

00192     {
00193         int index = GetIndex(annotee);
00194         if (index != Size())
00195             return IsPositive(index);
00196         return false;
00197     }

Here is the call graph for this function:


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