Open Lighting Architecture  0.9.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
ola::io::BigEndianInputStreamAdaptor Class Reference

Detailed Description

BigEndianInputStreamAdaptor. Wraps a InputStreamInterface object and converts from Big Endian to host order.

Inheritance diagram for ola::io::BigEndianInputStreamAdaptor:
ola::io::BigEndianInputStreamInterface ola::io::InputStreamInterface

Public Member Functions

 BigEndianInputStreamAdaptor (InputStreamInterface *stream)
bool operator>> (int8_t &val)
bool operator>> (uint8_t &val)
bool operator>> (int16_t &val)
bool operator>> (uint16_t &val)
bool operator>> (int32_t &val)
bool operator>> (uint32_t &val)
unsigned int ReadString (std::string *output, unsigned int size)

The documentation for this class was generated from the following file: