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

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

Definition at line 244 of file RawDataSet.h.

References GetDirId(), and GetFileId().

00245     {
00246         if ((section == String("")) && (dir == String("")))
00247             return GetFileId(file);
00248         int dirId = GetDirId(section, dir);
00249         return GetFileId(dirId, file);
00250     }

Here is the call graph for this function:


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