#include <iostream>
#include "c-file-ptr-stream.h"
Go to the source code of this file.
Defines | |
#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 do_read(), octave_stream::seek(), seekdir_to_whence(), and octave_stream::write().
#define SEEK_END 2 |
Definition at line 40 of file c-file-ptr-stream.cc.
Referenced by octave_stream::seek(), seekdir_to_whence(), and octave_stream::write().
#define SEEK_SET 0 |
Definition at line 32 of file c-file-ptr-stream.cc.
Referenced by octave_stream::rewind(), octave_stream::seek(), seekdir_to_whence(), c_file_ptr_buf::seekpos(), and octave_stream::write().
static int seekdir_to_whence | ( | std::ios::seekdir | dir | ) | [inline, static] |
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().