#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 219 of file zstr.hpp.
◆ ofstream() [1/2]
strict_fstream::ofstream::ofstream |
( |
| ) |
|
|
default |
◆ ofstream() [2/2]
strict_fstream::ofstream::ofstream |
( |
const std::string & |
filename, |
|
|
std::ios_base::openmode |
mode = std::ios_base::out |
|
) |
| |
|
inline |
◆ open()
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: