#include <cstream.h>
|
| CResourceInputStream (ByteOrder byteOrder=kNativeByteOrder) |
|
bool | open (const CResourceDescription &res) |
|
bool | operator>> (std::string &string) override |
|
uint32_t | readRaw (void *buffer, uint32_t size) override |
|
int64_t | seek (int64_t pos, SeekMode mode) override |
| returns -1 if seek fails otherwise new position
|
|
int64_t | tell () const override |
|
void | rewind () override |
|
| 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) |
|
|
enum | SeekMode { kSeekSet,
kSeekCurrent,
kSeekEnd
} |
|
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