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

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

Definition at line 105 of file File.h.

References mFp.

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


Generated on Fri Mar 19 10:35:42 2010 for ImpalaSrc by  doxygen 1.5.1