Open Lighting Architecture  0.9.6
 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:
Inheritance graph
[legend]
Collaboration diagram for ola::io::BigEndianInputStreamAdaptor:
Collaboration graph
[legend]

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: