Inheritance diagram for HttpWriter:
Public Member Functions | |
this (IBuffer buffer) | |
Private Member Functions | |
this (IBuffer buffer, char[] workspace=null, Format.DblFormat df=&Double.format) | |
this (IConduit conduit) | |
IWriter | write (void *src, uint bytes, int type) |
int | print (char[] s, TypeInfo[] ti, void *args) |
DisplayWriter | print (char[] s,...) |
DisplayWriter | println (char[] s,...) |
Definition at line 52 of file HttpWriter.d.
|
Construct a Writer upon the provided IBuffer. All formatted output will be directed to this buffer. Reimplemented from Writer. Definition at line 58 of file HttpWriter.d. |
|
Construct a DisplayWriter upon the specified IBuffer. One can override the default floating-point formatting by providing an appropriate handler to this constructor. For example, one might configure the DGDouble.format() function instead. Definition at line 95 of file DisplayWriter.d. References Writer::enableArrayPrefix(), DisplayWriter::style, DisplayWriter::utf8(), and DisplayWriter::workspace. |
|
Construct a DisplayWriter upon the specified IConduit Reimplemented from Writer. Reimplemented in FlushWriter. Definition at line 115 of file DisplayWriter.d. |
|
Intercept discrete output and convert it to printable form Reimplemented from Writer. Definition at line 126 of file DisplayWriter.d. References DisplayWriter::style. |
|
Format a set of arguments a la printf(). Please see module mango.format.Format for details Definition at line 139 of file DisplayWriter.d. References Format::print(), and DisplayWriter::style. Referenced by DisplayWriter::print(), and DisplayWriter::println(). |
|
Format a set of arguments a la printf(). Please see module mango.format.Format for details Definition at line 152 of file DisplayWriter.d. References DisplayWriter::print(). |
|
Format a set of arguments a la printf(). Please see module mango.format.Format for details Definition at line 165 of file DisplayWriter.d. References DisplayWriter::print(), and Writer::put(). |