#include <zstr.hpp>
|
| fstream ()=default |
|
| fstream (const std::string &filename, std::ios_base::openmode mode=std::ios_base::in) |
|
void | open (const std::string &filename, std::ios_base::openmode mode=std::ios_base::in) |
|
Definition at line 234 of file zstr.hpp.
strict_fstream::fstream::fstream |
( |
| ) |
|
|
default |
strict_fstream::fstream::fstream |
( |
const std::string & |
filename, |
|
|
std::ios_base::openmode |
mode = std::ios_base::in |
|
) |
| |
|
inline |
void strict_fstream::fstream::open |
( |
const std::string & |
filename, |
|
|
std::ios_base::openmode |
mode = std::ios_base::in |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: