|
| file_descriptor (const std::string &fname, const std::string &access) |
|
bool | open () |
|
template<typename Stream , typename Ptr > |
void | close (Ptr &p) |
|
bool | close () |
|
template<typename View > |
bool | write (const View &view, const std::size_t amount, const std::size_t offset=0) |
|
template<typename View > |
bool | read (View &view, const std::size_t amount, const std::size_t offset=0) |
|
bool | getline (std::string &s) |
|
bool | eof () const |
|
file_mode | get_file_mode (const std::string &access) const |
|
|
void * | stream_ptr |
|
file_mode | mode |
|
std::string | file_name |
|
The documentation for this struct was generated from the following file: