|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
Inheritance diagram for CResourceInputStream:
Collaboration diagram for CResourceInputStream:Public Types | |
| enum | SeekMode { kSeekSet, kSeekCurrent, kSeekEnd } |
Public Member Functions | |
| CResourceInputStream (ByteOrder byteOrder=kNativeByteOrder) | |
| ~CResourceInputStream () | |
| bool | open (const CResourceDescription &res) |
| virtual bool | operator>> (std::string &string) |
| virtual int32_t | readRaw (void *buffer, int32_t size) |
| virtual int64_t | seek (int64_t pos, SeekMode mode) |
| returns -1 if seek fails otherwise new position More... | |
| virtual int64_t | tell () const |
| virtual void | rewind () |
| 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) |
Protected Attributes | |
| void * | platformHandle |
Resource input stream
|
inherited |
| CResourceInputStream | ( | ByteOrder | byteOrder = kNativeByteOrder | ) |
| ~CResourceInputStream | ( | ) |
|
inlineinherited |
| bool open | ( | const CResourceDescription & | res | ) |
Here is the caller graph for this function:
|
inherited |
Here is the call graph for this function:
|
inherited |
Here is the call graph for this function:
|
inherited |
Here is the call graph for this function:
|
inherited |
Here is the call graph for this function:
|
inherited |
Here is the call graph for this function:
|
inherited |
Here is the call graph for this function:
|
inherited |
Here is the call graph for this function:
|
inherited |
Here is the call graph for this function:
|
inherited |
Here is the call graph for this function:
|
inlinevirtual |
Implements InputStream.
|
virtual |
Implements InputStream.
|
virtual |
Implements SeekableStream.
|
virtual |
returns -1 if seek fails otherwise new position
Implements SeekableStream.
Here is the call graph for this function:
|
inlineinherited |
Here is the caller graph for this function:
|
virtual |
|
protected |