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

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

Definition at line 262 of file RawDataSet.h.

References GetDirId(), and GetFileId().

00263     {
00264         if ((section == String("")) && (dir == String("")))
00265             return GetFileId(file);
00266         int dirId = GetDirId(section, dir);
00267         return GetFileId(dirId, file);
00268     }

Here is the call graph for this function:


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