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

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

Definition at line 142 of file RawDataSet.h.

References GetDir(), and NrDirs().

Referenced by GetFileId().

00143     {
00144         for (int i=0 ; i<NrDirs() ; i++)
00145             if (GetDir(i) == dir)
00146                 return i;
00147         return -1;
00148     }

Here is the call graph for this function:


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