
Go to the source code of this file.
Macros | |
| #define | SEEK_CUR 1 |
| #define | SEEK_END 2 |
| #define | SEEK_SET 0 |
Functions | |
| static int | seekdir_to_whence (std::ios::seekdir dir) |
| #define SEEK_CUR 1 |
Definition at line 43 of file c-file-ptr-stream.cc.
| #define SEEK_END 2 |
Definition at line 47 of file c-file-ptr-stream.cc.
| #define SEEK_SET 0 |
Definition at line 39 of file c-file-ptr-stream.cc.
|
inlinestatic |
Definition at line 108 of file c-file-ptr-stream.cc.
References SEEK_CUR, SEEK_END, and SEEK_SET.
Referenced by c_file_ptr_buf::seekoff(), and c_zfile_ptr_buf::seekoff().