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