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::BigEndianInputStream Class Reference

Detailed Description

A Big Endian Input stream that wraps an InputBufferInterface

Inheritance diagram for ola::io::BigEndianInputStream:
Inheritance graph
[legend]
Collaboration diagram for ola::io::BigEndianInputStream:
Collaboration graph
[legend]

Public Member Functions

 BigEndianInputStream (InputBufferInterface *buffer)
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: