#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 m_f, typename BUF_T::close_fcn m_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 * | m_buf |
Definition at line 111 of file c-file-ptr-stream.h.
|
inline |
Definition at line 116 of file c-file-ptr-stream.h.
|
delete |
|
inline |
Definition at line 127 of file c-file-ptr-stream.h.
|
inline |
Definition at line 138 of file c-file-ptr-stream.h.
|
delete |
|
inline |
Definition at line 129 of file c-file-ptr-stream.h.
|
inline |
Definition at line 133 of file c-file-ptr-stream.h.
|
inline |
Definition at line 131 of file c-file-ptr-stream.h.
|
inline |
Definition at line 136 of file c-file-ptr-stream.h.
|
private |
Definition at line 142 of file c-file-ptr-stream.h.