|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
Inheritance diagram for InputStream:Public Member Functions | |
| 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 int32_t | readRaw (void *buffer, int32_t size)=0 |
ByteOrder aware input stream interface
|
inline |
|
inline |
| bool operator>> | ( | int8_t & | output | ) |
Here is the call graph for this function:| bool operator>> | ( | uint8_t & | output | ) |
Here is the call graph for this function:| bool operator>> | ( | int16_t & | output | ) |
Here is the call graph for this function:| bool operator>> | ( | uint16_t & | output | ) |
Here is the call graph for this function:| bool operator>> | ( | int32_t & | output | ) |
Here is the call graph for this function:| bool operator>> | ( | uint32_t & | output | ) |
Here is the call graph for this function:| bool operator>> | ( | int64_t & | output | ) |
Here is the call graph for this function:| bool operator>> | ( | uint64_t & | output | ) |
Here is the call graph for this function:| bool operator>> | ( | double & | output | ) |
Here is the call graph for this function:
|
pure virtual |
Implemented in CResourceInputStream, CFileStream, and CMemoryStream.
|
pure virtual |
Implemented in CResourceInputStream, CFileStream, and CMemoryStream.
Here is the caller graph for this function:
|
inline |
Here is the caller graph for this function: