#include <lemon/bits/item_writer.h>
Inherited by DefaultWriter< char[length]>, and DefaultWriter< const char[length]>.
Public Member Functions | |
QuotedCharArrayWriter (bool _escaped=true) | |
Constructor for the writer. | |
void | write (std::ostream &os, const char *value) |
Writes a quoted char array to the given stream. |
|
Constructor for the writer. If the given parameter is true the writer creates escape sequences from special characters. |
|
Writes a quoted char array to the given stream. |