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

DirectoryInfo* Impala::Util::DirectoryInfo::GetSubDir ( unsigned int  index  )  [inline]

Definition at line 77 of file DirectoryInfo.h.

References mSubDirs.

00078     {
00079         if (index > mSubDirs.size())
00080             throw std::logic_error("[DirectoryInfo::GetSubDir] index out of bounds");
00081         return mSubDirs[index];
00082     }


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