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

bool Impala::Core::Database::DataDocument::HasCurDir (  )  [inline]

Definition at line 52 of file DataDocument.h.

References HasCurFile(), and mCurDirId.

Referenced by GetFileOfDir(), and GetFilesOfDir().

00053     {
00054         if (HasCurFile())
00055             return true;
00056         return mCurDirId != -1;
00057     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:06:53 2010 for ImpalaSrc by  doxygen 1.5.1