Text writer. More...
Text writer.
Public Member Methods | |
| TextWriter (Stream &stream) | |
| Constructor. More... | |
| void | Write (const Char8 &value) |
| Writes. More... | |
| void | Write (PCChar8 value) |
| Writes. More... | |
| void | Write (const bool &value) |
| Writes. More... | |
| void | Write (const Int16 &value) |
| Writes. More... | |
| void | Write (const Int32 &value) |
| Writes. More... | |
| void | Write (const Float32 &value) |
| Writes. More... | |
| void | Write (const Float64 &value) |
| Writes. More... | |
| void | Write (Stream &stream) |
| Writes. More... | |
| void | WriteLine (PCChar8 value="") |
| Writes a line. More... | |
| void | Flush () |
| Flushes this object. More... | |
| TextWriter | ( | Stream & | stream | ) |
Constructor.
| stream | [in,out] The stream. |
| void Flush | ( | ) |
Flushes this object.
| void Write | ( | const Char8 & | value | ) |
Writes.
| value | The value to write. |
| void Write | ( | PCChar8 | value | ) |
Writes.
| value | The value to write. |
| void Write | ( | const bool & | value | ) |
Writes.
| value | The value to write. |
| void Write | ( | const Int16 & | value | ) |
Writes.
| value | The value to write. |
| void Write | ( | const Int32 & | value | ) |
Writes.
| value | The value to write. |
| void Write | ( | const Float32 & | value | ) |
Writes.
| value | The value to write. |
| void Write | ( | const Float64 & | value | ) |
Writes.
| value | The value to write. |
| void Write | ( | Stream & | stream | ) |
Writes.
| stream | source stream. |
| void WriteLine | ( | PCChar8 | value = "" | ) |
Writes a line.
| value | (Optional) The line to write. |