|
|
| plain_text_writer (const std::string &eol_sequence, std::function< std::string(const document::link &)> format_link_opening, std::function< std::string(const document::close_link &)> format_link_closing) |
| |
| void | write_to (const message_ptr &msg, std::ostream &stream) override |
| | Converts text from callback to plain text format. More...
|
| |
|
const std::string | eol_sequence () const |
| |
Definition at line 26 of file plain_text_writer.h.
◆ write_to()
| void docwire::plain_text_writer::write_to |
( |
const message_ptr & |
msg, |
|
|
std::ostream & |
stream |
|
) |
| |
|
overridevirtual |
Converts text from callback to plain text format.
- Parameters
-
| msg | data from callback |
| stream | output stream |
Implements docwire::writer.
The documentation for this class was generated from the following file: