Adapter to seek in filebuffers on win64.
More...
#include <winstreambuf.h>
|
| virtual pos_type | seekoff (off_type _Off, ios_base::seekdir _Way, ios_base::openmode=(ios_base::openmode)(ios_base::in|ios_base::out)) |
| |
Adapter to seek in filebuffers on win64.
Usage like:
std::winfilebuf fb;
std::istream strm( &fb );
After "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\fstream" Only change is: fseek -> _fseeki64
<>
◆ winfilebuf()
| std::winfilebuf::winfilebuf |
( |
const char * | fnm, |
|
|
ios_base::openmode | om ) |
|
inline |
◆ getRealPos()
| od_int64 std::winfilebuf::getRealPos |
( |
| ) |
const |
|
inline |
◆ isOK()
| bool std::winfilebuf::isOK |
( |
| ) |
const |
|
inline |
◆ seekoff()
| virtual pos_type std::winfilebuf::seekoff |
( |
off_type | _Off, |
|
|
ios_base::seekdir | _Way, |
|
|
ios_base::openmode | = (ios_base::openmode)(ios_base::in | ios_base::out) ) |
|
inlineprotectedvirtual |
◆ isok_
| bool std::winfilebuf::isok_ |
|
protected |
◆ realpos_
| od_int64 std::winfilebuf::realpos_ |
|
protected |