Handles file writing for text, stdout, images, and object files.
More...
#include <writer.h>
|
bool | write (const std::string &filename, const std::string &data, unsigned int w=1, unsigned int h=1) const noexcept |
| Handles writing to an image file.
|
|
bool | write (std::ostream &oss, const std::string &data) const noexcept |
| Handles writing to an output stream.
|
|
Handles file writing for text, stdout, images, and object files.
◆ write() [1/2]
bool mazes::writer::write |
( |
const std::string & | filename, |
|
|
const std::string & | data, |
|
|
unsigned int | w = 1, |
|
|
unsigned int | h = 1 ) const |
|
noexcept |
Handles writing to an image file.
- Parameters
-
filename | |
data | the string to write to a file |
w | 1 width in pixels |
h | 1 height in pixels |
- Returns
◆ write() [2/2]
bool mazes::writer::write |
( |
std::ostream & | oss, |
|
|
const std::string & | data ) const |
|
noexcept |
Handles writing to an output stream.
- Parameters
-
- Returns
The documentation for this class was generated from the following file: