Wrapper class for FILE *.
More...
#include <utility.h>
Wrapper class for FILE *.
Definition at line 162 of file utility.h.
◆ stdio_file() [1/3]
stdio_file::stdio_file |
( |
FILE * |
f = 0 , |
|
|
bool |
owner = false |
|
) |
| |
|
inlineexplicit |
◆ stdio_file() [2/3]
stdio_file::stdio_file |
( |
const char * |
name, |
|
|
const char * |
mode |
|
) |
| |
|
inline |
◆ ~stdio_file()
stdio_file::~stdio_file |
( |
| ) |
|
|
inline |
◆ stdio_file() [3/3]
◆ close()
bool stdio_file::close |
( |
| ) |
|
|
inline |
◆ open() [1/2]
bool stdio_file::open |
( |
const char * |
name, |
|
|
const char * |
mode |
|
) |
| |
|
inline |
◆ open() [2/2]
void stdio_file::open |
( |
FILE * |
f, |
|
|
bool |
owner = false |
|
) |
| |
|
inline |
◆ operator FILE *()
stdio_file::operator FILE * |
( |
| ) |
|
|
inline |
◆ operator!()
bool stdio_file::operator! |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ m_file
◆ m_owner
The documentation for this class was generated from the following file: