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

void Impala::File::Rewind (  )  [inline]

Definition at line 108 of file File.h.

References mFp.

00109     {
00110         if (mFp)
00111         {
00112             if (fseek(mFp, 0, SEEK_SET) != 0)
00113                 std::cout << "[File::Rewind] error" << std::endl;
00114         }
00115     }


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