#include <streamReader.h>
Public Member Functions | |
INLINE | StreamReader (istream &in) |
INLINE | StreamReader (const StreamReader ©) |
INLINE void | operator= (const StreamReader ©) |
INLINE | ~StreamReader () |
INLINE istream * | get_istream () const |
INLINE bool | get_bool () |
INLINE PN_int8 | get_int8 () |
INLINE PN_uint8 | get_uint8 () |
INLINE PN_int16 | get_int16 () |
INLINE PN_int32 | get_int32 () |
INLINE PN_int64 | get_int64 () |
INLINE PN_uint16 | get_uint16 () |
INLINE PN_uint32 | get_uint32 () |
INLINE PN_uint64 | get_uint64 () |
INLINE float | get_float32 () |
INLINE PN_float64 | get_float64 () |
INLINE PN_int16 | get_be_int16 () |
INLINE PN_int32 | get_be_int32 () |
INLINE PN_int64 | get_be_int64 () |
INLINE PN_uint16 | get_be_uint16 () |
INLINE PN_uint32 | get_be_uint32 () |
INLINE PN_uint64 | get_be_uint64 () |
INLINE float | get_be_float32 () |
INLINE PN_float64 | get_be_float64 () |
string | get_string () |
string | get_z_string () |
string | get_fixed_string (size_t size) |
void | skip_bytes (size_t size) |
string | extract_bytes (size_t size) |
string | readline () |
Public Attributes | |
PUBLISHED | __pad0__: INLINE StreamReader(istream *in |
PUBLISHED bool | owns_stream |
Private Attributes | |
istream * | _in |
bool | _owns_stream |
|
|
|
|
|
|
|
Definition at line 106 of file streamReader.cxx. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 69 of file streamReader.cxx. |
|
|
|
|
|
|
|
Referenced by Patchfile::run(). |
|
|
|
|
|
|
|
Definition at line 28 of file streamReader.cxx. References _in, get_uint16(), and p. |
|
Referenced by get_string(), Patchfile::internal_read_header(), and Patchfile::run(). |
|
Referenced by Patchfile::internal_read_header(). |
|
|
|
|
|
Definition at line 49 of file streamReader.cxx. References _in. |
|
|
|
Definition at line 132 of file streamReader.cxx. References _in. |
|
Definition at line 89 of file streamReader.cxx. References _in. |
|
Definition at line 38 of file streamReader.h. |
|
Definition at line 77 of file streamReader.h. Referenced by extract_bytes(), get_fixed_string(), get_string(), get_z_string(), readline(), and skip_bytes(). |
|
Definition at line 78 of file streamReader.h. |
|
Definition at line 38 of file streamReader.h. |