Definition at line 65 of file File.h. References mFp. Referenced by Impala::Core::VideoSet::TestBlocksFile::HandleNewFile(), Impala::Core::VideoSet::ReadBlocksFile::HandleNewFile(), Impala::Core::Trec::SearchResult::Load(), and Impala::Core::Trec::SearchJudge::Load(). 00066 { 00067 return feof(mFp) ? true : false; 00068 }
|