Output stream for writing texts.
More...
#include "C16/Text.hpp"
Output stream for writing texts.
- Examples
Usage
void text_stream_output_usage(
Text&
text)
{
}
- See also
- content_set
◆ StreamOutput() [1/2]
C16::Text::StreamOutput::StreamOutput |
( |
| ) |
|
Constructs an output stream.
◆ StreamOutput() [2/2]
C16::Text::StreamOutput::StreamOutput |
( |
Text & |
text | ) |
|
|
explicit |
◆ text()
Text* C16::Text::StreamOutput::text |
( |
| ) |
|
Gets the text buffer associated with the stream, if associated.
◆ associate()
void C16::Text::StreamOutput::associate |
( |
Text & |
text | ) |
|
Associates a text buffer with the output stream.
- Parameters
-
- Note
- Has no effect if there already is a text buffer associated with the output stream.
Text * text()
Gets the text buffer associated with the stream, if associated.
Text buffer to operate on texts of a database.
Definition: Text.hpp:64
Output stream for writing texts.
Definition: Text.hpp:945