GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
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 36 of file c-file-ptr-stream.cc.
Referenced by gzfilebuf::pbackfail(), octave_stream::read(), octave_stream::seek(), seekdir_to_whence(), gzfilebuf::seekoff(), and octave_stream::skip_bytes().
#define SEEK_END 2 |
Definition at line 40 of file c-file-ptr-stream.cc.
Referenced by octave_stream::seek(), seekdir_to_whence(), gzfilebuf::seekoff(), and octave_stream::skip_bytes().
#define SEEK_SET 0 |
Definition at line 32 of file c-file-ptr-stream.cc.
Referenced by HistoryFile::add(), BlockArray::append(), HistoryFile::get(), BlockArray::increaseBuffer(), moveBlock(), octave_stream::rewind(), octave_stream::seek(), seekdir_to_whence(), gzfilebuf::seekoff(), c_file_ptr_buf::seekpos(), c_zfile_ptr_buf::seekpos(), gzfilebuf::seekpos(), and octave_stream::skip_bytes().
|
inlinestatic |
Definition at line 121 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().