#include <cstream.h>
|
| InputStream (ByteOrder byteOrder=kNativeByteOrder) |
|
ByteOrder | getByteOrder () const |
|
void | setByteOrder (ByteOrder newByteOrder) |
|
bool | operator>> (int8_t &output) |
|
bool | operator>> (uint8_t &output) |
|
bool | operator>> (int16_t &output) |
|
bool | operator>> (uint16_t &output) |
|
bool | operator>> (int32_t &output) |
|
bool | operator>> (uint32_t &output) |
|
bool | operator>> (int64_t &output) |
|
bool | operator>> (uint64_t &output) |
|
bool | operator>> (double &output) |
|
virtual bool | operator>> (std::string &string)=0 |
|
virtual uint32_t | readRaw (void *buffer, uint32_t size)=0 |
|
ByteOrder aware input stream interface
The documentation for this class was generated from the following files:
- C:/RackAFX_v7/ASPIK_SDK/vstgui4/vstgui/uidescription/cstream.h
- C:/RackAFX_v7/ASPIK_SDK/vstgui4/vstgui/uidescription/cstream.cpp