#include <c-file-ptr-stream.h>
Public Member Functions | |
c_file_ptr_stream (FILE_T f, typename BUF_T::close_fcn cf=BUF_T::fclose) | |
~c_file_ptr_stream (void) | |
BUF_T * | rdbuf (void) |
void | close (void) |
int | seek (long offset, int origin) |
long | tell (void) |
void | clear (void) |
c_file_ptr_stream< STREAM_T, FILE_T, BUF_T >::c_file_ptr_stream | ( | FILE_T | f, | |
typename BUF_T::close_fcn | cf = BUF_T::fclose | |||
) | [inline] |
c_file_ptr_stream< STREAM_T, FILE_T, BUF_T >::~c_file_ptr_stream | ( | void | ) | [inline] |
void c_file_ptr_stream< STREAM_T, FILE_T, BUF_T >::clear | ( | void | ) | [inline] |
void c_file_ptr_stream< STREAM_T, FILE_T, BUF_T >::close | ( | void | ) | [inline] |
BUF_T* c_file_ptr_stream< STREAM_T, FILE_T, BUF_T >::rdbuf | ( | void | ) | [inline] |
int c_file_ptr_stream< STREAM_T, FILE_T, BUF_T >::seek | ( | long | offset, | |
int | origin | |||
) | [inline] |
long c_file_ptr_stream< STREAM_T, FILE_T, BUF_T >::tell | ( | void | ) | [inline] |