Inheritance diagram for HttpWriter:
Public Member Functions | |
this (IBuffer buffer) | |
Private Member Functions | |
typedef | FormatStructTemplate (char) Format |
this (IBuffer buffer, char[] workspace=null, Format.DblFormat df=&Double.format) | |
this (IConduit conduit) | |
int | print (char[] s, TypeInfo[] ti, va_list args) |
DisplayWriter | print (char[] s,...) |
DisplayWriter | println (char[] s,...) |
bool | isTextBased () |
override IWriter | write (void *src, uint bytes, int type) |
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. References buffer. |
|
|
|
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 100 of file DisplayWriter.d. References Double, DisplayWriter::emit(), DisplayWriter::format, Format, and DisplayWriter::workspace. |
|
Construct a DisplayWriter upon the specified IConduit Reimplemented from Writer. Reimplemented in FlushWriter. Definition at line 118 of file DisplayWriter.d. References Buffer. |
|
Format a set of arguments a la printf(). Please see module mango.convert.Format for details Definition at line 130 of file DisplayWriter.d. References DisplayWriter::format. Referenced by DisplayWriter::print(), and DisplayWriter::println(). |
|
Format a set of arguments a la printf(). Please see module mango.convert.Format for details Definition at line 142 of file DisplayWriter.d. References DisplayWriter::print(). |
|
Format a set of arguments a la printf(). Please see module mango.convert.Format for details Definition at line 155 of file DisplayWriter.d. References DisplayWriter::print(), and Writer::put(). |
|
Is this Writer text oriented? Reimplemented from Writer. Definition at line 168 of file DisplayWriter.d. |
|
Intercept discrete output and convert it to printable form Reimplemented from Writer. Definition at line 179 of file DisplayWriter.d. References DisplayWriter::format, and type(). |