Inheritance diagram for EndianWriter:
Public Member Functions | |
this (IBuffer buffer) | |
char[] | toString () |
void | bits16 (void *dst, uint count) |
void | bits32 (void *dst, uint count) |
void | bits64 (void *dst, uint count) |
void | bits80 (void *dst, uint count) |
Private Types | |
typedef void | function (void *dst, uint count) Mutator |
Private Member Functions | |
this (IConduit conduit) | |
void | write (void *src, uint count) |
void | write (void *src, uint count, uint mask, Mutator mutate) |
Static Private Member Functions | |
this () |
|
|
|
Construct EndianWriter upon the given IBuffer Reimplemented from Writer. Definition at line 54 of file EndianWriter.d. |
|
Return the name of this writer Reimplemented from Writer. Definition at line 78 of file EndianWriter.d. |
|
Definition at line 87 of file EndianWriter.d. References Writer::write(). |
|
Definition at line 96 of file EndianWriter.d. References Writer::write(). |
|
Definition at line 105 of file EndianWriter.d. References Writer::write(). |
|
Definition at line 114 of file EndianWriter.d. References Writer::write(). |
|
Construct a Writer on the buffer associated with the given conduit. Reimplemented in DisplayWriter. |
|
Construct some static exception instances, and create the public 'newline' instance. Reimplemented in ColumnWriter. Definition at line 159 of file AbstractWriter.d. References AbstractWriter::newline, and AbstractWriter::ovf. |
|
|
|
Definition at line 122 of file Writer.d. References IBuffer::flush(), IBuffer::getConduit(), IBuffer::grow(), IBuffer::put(), and IBuffer::writable(). |