Inheritance diagram for FlushWriter:
Public Types | |
typedef DisplayWriter put | put |
Public Member Functions | |
this (IBuffer buffer) | |
this (IConduit conduit) | |
IWriter | put (IWritable x) |
Private Types | |
typedef Number Radix | Radix |
Private Member Functions | |
void | setPrecision (uint digits) |
void | setRadix (Radix radix) |
void | setFill (uint width, char fill= ' ') |
Static Private Member Functions | |
this () |
Definition at line 389 of file DisplayWriter.d.
|
Definition at line 391 of file DisplayWriter.d. |
|
Definition at line 63 of file DisplayWriter.d. Referenced by DisplayWriter::setRadix(). |
|
Construct a FlushWriter upon the specified IBuffer Reimplemented from DisplayWriter. Definition at line 399 of file DisplayWriter.d. |
|
Construct a FlushWriter upon the specified IConduit Reimplemented from DisplayWriter. Definition at line 410 of file DisplayWriter.d. |
|
Intercept the IWritable method to catch newlines, and flush the buffer whenever one is emitted Reimplemented from AbstractWriter. Definition at line 422 of file DisplayWriter.d. References AbstractWriter::flush(), and IWriter::put(). |
|
Construct some static exception instances Reimplemented in ColumnWriter. Definition at line 162 of file AbstractWriter.d. References AbstractWriter::ovf. |
|
Set the number of floating point digits Definition at line 122 of file DisplayWriter.d. |
|
Definition at line 131 of file DisplayWriter.d. References DisplayWriter::Radix. |
|
Definition at line 140 of file DisplayWriter.d. References assert(), and DisplayWriter::tmp. |