Michele De Stefano's C++ Utilities
|
Device for FILE* pointers. More...
#include <mds_utils/file_utils/cfile_stream.hpp>
Public Types | |
typedef detail::cFile_Device_base< cFile_Device >::char_type | char_type |
Character type. | |
typedef detail::cFile_Device_base< cFile_Device >::category | category |
Category. | |
Public Member Functions | |
cFile_Device () | |
Default constructor. | |
cFile_Device (FILE *ptr) | |
Constructor. More... | |
|
inline |
Constructor.
It attaches on an existing file pointer.
ptr | The FILE pointer. |
Definition at line 153 of file cfile_stream.hpp.