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

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

Definition at line 63 of file DirectoryInfo.h.

References mFiles.

00064     {
00065         if(index > mFiles.size())
00066             throw std::logic_error("[DirectoryInfo::GetFile] index out of bounds");
00067         return mFiles[index];
00068     }


Generated on Fri Mar 19 11:40:01 2010 for ImpalaSrc by  doxygen 1.5.1