[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 }