#include <streamWriter.h>
Public Member Functions | |
INLINE | StreamWriter (ostream &out) |
INLINE | StreamWriter (const StreamWriter ©) |
INLINE void | operator= (const StreamWriter ©) |
INLINE | ~StreamWriter () |
INLINE ostream * | get_ostream () const |
INLINE void | add_bool (bool value) |
INLINE void | add_int8 (PN_int8 value) |
INLINE void | add_uint8 (PN_uint8 value) |
INLINE void | add_int16 (PN_int16 value) |
INLINE void | add_int32 (PN_int32 value) |
INLINE void | add_int64 (PN_int64 value) |
INLINE void | add_uint16 (PN_uint16 value) |
INLINE void | add_uint32 (PN_uint32 value) |
INLINE void | add_uint64 (PN_uint64 value) |
INLINE void | add_float32 (float value) |
INLINE void | add_float64 (PN_float64 value) |
INLINE void | add_be_int16 (PN_int16 value) |
INLINE void | add_be_int32 (PN_int32 value) |
INLINE void | add_be_int64 (PN_int64 value) |
INLINE void | add_be_uint16 (PN_uint16 value) |
INLINE void | add_be_uint32 (PN_uint32 value) |
INLINE void | add_be_uint64 (PN_uint64 value) |
INLINE void | add_be_float32 (float value) |
INLINE void | add_be_float64 (PN_float64 value) |
INLINE void | add_string (const string &str) |
INLINE void | add_z_string (string str) |
INLINE void | add_fixed_string (const string &str, size_t size) |
void | pad_bytes (size_t size) |
INLINE void | append_data (const void *data, size_t size) |
INLINE void | append_data (const string &data) |
Public Attributes | |
PUBLISHED | __pad0__: INLINE StreamWriter(ostream *out) |
Private Attributes | |
ostream * | _out |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by Patchfile::emit_COPY(). |
|
|
|
|
|
|
|
Referenced by Patchfile::build(), Patchfile::emit_ADD(), and Patchfile::emit_COPY(). |
|
Referenced by Patchfile::build(). |
|
|
|
|
|
|
|
|
|
Referenced by Patchfile::emit_ADD(). |
|
|
|
|
|
Definition at line 28 of file streamWriter.cxx. References _out. |
|
Definition at line 41 of file streamWriter.h. |
|
Definition at line 81 of file streamWriter.h. Referenced by pad_bytes(). |