ByteOrder aware input stream interface.
More...
#include <cstream.h>
ByteOrder aware input stream interface.
◆ InputStream()
◆ ~InputStream()
◆ getByteOrder()
◆ operator>>() [1/10]
bool operator>> |
( |
double & | output | ) |
|
◆ operator>>() [2/10]
bool operator>> |
( |
int16_t & | output | ) |
|
◆ operator>>() [3/10]
bool operator>> |
( |
int32_t & | output | ) |
|
◆ operator>>() [4/10]
bool operator>> |
( |
int64_t & | output | ) |
|
◆ operator>>() [5/10]
bool operator>> |
( |
int8_t & | output | ) |
|
◆ operator>>() [6/10]
virtual bool operator>> |
( |
std::string & | string | ) |
|
|
pure virtual |
◆ operator>>() [7/10]
bool operator>> |
( |
uint16_t & | output | ) |
|
◆ operator>>() [8/10]
bool operator>> |
( |
uint32_t & | output | ) |
|
◆ operator>>() [9/10]
bool operator>> |
( |
uint64_t & | output | ) |
|
◆ operator>>() [10/10]
bool operator>> |
( |
uint8_t & | output | ) |
|
◆ readRaw()
virtual uint32_t readRaw |
( |
void * | buffer, |
|
|
uint32_t | size ) |
|
pure virtual |
◆ setByteOrder()
The documentation for this class was generated from the following files: