|
| | COutputStream (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) |
|
void | close () |
|
bool | is_open () |
◆ COutputStream()
| COutputStream::COutputStream |
( |
const std::string & | filename, |
|
|
std::ios_base::openmode | mode = std::ios_base::out ) |
Construct and Open Stream for writing
- Parameters
-
| filename | |
| mode | one of: std::ios_base::out - Open for writing, std::ios_base::app - Append to file |
◆ open()
| void COutputStream::open |
( |
const std::string & | filename, |
|
|
std::ios_base::openmode | mode = std::ios_base::out ) |
Open Stream for writing
- Parameters
-
| filename | |
| mode | one of: std::ios_base::out - Open for writing, std::ios_base::app - Append to file |
The documentation for this class was generated from the following files:
- src/common/resources/outputstream.h
- src/common/resources/outputstream.cpp