#include "c-file-ptr-stream.h"
Public Member Functions | |
c_file_ptr_stream (const c_file_ptr_stream &)=delete | |
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) |
c_file_ptr_stream & | operator= (const c_file_ptr_stream &)=delete |
BUF_T * | rdbuf (void) |
int | seek (off_t offset, int origin) |
void | stream_close (void) |
off_t | tell (void) |
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.
|
delete |
|
inline |
Definition at line 119 of file c-file-ptr-stream.h.
|
inline |
Definition at line 130 of file c-file-ptr-stream.h.
|
delete |
|
inline |
Definition at line 121 of file c-file-ptr-stream.h.
|
inline |
Definition at line 125 of file c-file-ptr-stream.h.
|
inline |
Definition at line 123 of file c-file-ptr-stream.h.
|
inline |
Definition at line 128 of file c-file-ptr-stream.h.
|
private |
Definition at line 134 of file c-file-ptr-stream.h.