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

int Impala::Core::Database::RawDataSet::GetDirId ( String  section,
String  dir 
) const [inline]

Definition at line 151 of file RawDataSet.h.

References GetDir(), GetSection(), and NrDirs().

00152     {
00153         for (int i=0 ; i<NrDirs() ; i++)
00154             if ((GetSection(i) == section) && (GetDir(i) == dir))
00155                 return i;
00156         return -1;
00157     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:18:57 2011 for ImpalaSrc by  doxygen 1.5.1