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

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

Definition at line 233 of file AnnotationTable.h.

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

00234     {
00235         int index = GetIndex(annotee);
00236         if (index != Size())
00237             return IsSkip(index);
00238         return false;
00239     }

Here is the call graph for this function:


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