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