Detailed Description
InputStreamInterface. Similar to istream.
Public Member Functions |
virtual bool | operator>> (int8_t &val)=0 |
virtual bool | operator>> (uint8_t &val)=0 |
virtual bool | operator>> (int16_t &val)=0 |
virtual bool | operator>> (uint16_t &val)=0 |
virtual bool | operator>> (int32_t &val)=0 |
virtual bool | operator>> (uint32_t &val)=0 |
virtual unsigned int | ReadString (std::string *output, unsigned int size)=0 |
The documentation for this class was generated from the following file: