![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "c-file-ptr-stream.h"


Public Member Functions | |
| c_file_ptr_stream (FILE_T f, typename BUF_T::close_fcn cf=BUF_T::file_close) | |
| ~c_file_ptr_stream (void) | |
| void | clear (void) |
| BUF_T * | rdbuf (void) |
| int | seek (off_t offset, int origin) |
| void | stream_close (void) |
| off_t | tell (void) |
Private Member Functions | |
| c_file_ptr_stream (const c_file_ptr_stream &) | |
| c_file_ptr_stream & | operator= (const c_file_ptr_stream &) |
Private Attributes | |
| BUF_T * | buf |
Definition at line 105 of file c-file-ptr-stream.h.
|
inline |
Definition at line 110 of file c-file-ptr-stream.h.
|
inline |
Definition at line 113 of file c-file-ptr-stream.h.
|
private |
|
inline |
Definition at line 124 of file c-file-ptr-stream.h.
References clear().
|
private |
|
inline |
Definition at line 115 of file c-file-ptr-stream.h.
|
inline |
Definition at line 119 of file c-file-ptr-stream.h.
|
inline |
Definition at line 117 of file c-file-ptr-stream.h.
|
inline |
Definition at line 122 of file c-file-ptr-stream.h.
|
private |
Definition at line 128 of file c-file-ptr-stream.h.
1.8.1.2