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

bool Impala::File::Eof (  )  [inline]

Definition at line 65 of file File.h.

References mFp.

Referenced by Impala::Core::Trec::SearchResult::Load(), and Impala::Core::Trec::SearchJudge::Load().

00066     {
00067         return feof(mFp) ? true : false;
00068     }


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