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

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

Definition at line 207 of file AnnotationTable.h.

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

00208     {
00209         int index = GetIndex(annotee);
00210         if (index != Size())
00211             return IsSkip(index);
00212         return false;
00213     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:19:54 2010 for ImpalaSrc by  doxygen 1.5.1