CONZEPT 16 C++ API
|
Generic stream for text buffers. More...
#include "C16/Text.hpp"
Generic stream for text buffers.
Public Member Functions | |
bool | associated () const |
Gets if there is text buffer associated with the stream. More... | |
const Text * | text () const |
Gets the text buffer associated with the stream, if associated. More... | |
void | dissociate () |
Dissociates an associated text buffer from the stream. More... | |
LineBreak | line_break () const |
Gets the line break of the stream. More... | |
void | line_break_set (LineBreak line_break) |
Sets the line break of the stream. More... | |
bool C16::Text::Stream::associated | ( | ) | const |
Gets if there is text buffer associated with the stream.
const Text* C16::Text::Stream::text | ( | ) | const |
Gets the text buffer associated with the stream, if associated.
void C16::Text::Stream::dissociate | ( | ) |
Dissociates an associated text buffer from the stream.
LineBreak C16::Text::Stream::line_break | ( | ) | const |
Gets the line break of the stream.
void C16::Text::Stream::line_break_set | ( | LineBreak | line_break | ) |
Sets the line break of the stream.
line_break | Line break of the stream |
Exception::Invalidity | Line break invalid. |