|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
Inheritance diagram for OutputStream:Public Member Functions | |
| OutputStream (ByteOrder byteOrder=kNativeByteOrder) | |
| ByteOrder | getByteOrder () const |
| void | setByteOrder (ByteOrder newByteOrder) |
| bool | operator<< (const int8_t &input) |
| bool | operator<< (const uint8_t &input) |
| bool | operator<< (const int16_t &input) |
| bool | operator<< (const uint16_t &input) |
| bool | operator<< (const int32_t &input) |
| bool | operator<< (const uint32_t &input) |
| bool | operator<< (const int64_t &input) |
| bool | operator<< (const uint64_t &input) |
| bool | operator<< (const double &input) |
| virtual bool | operator<< (const std::string &str)=0 |
| virtual int32_t | writeRaw (const void *buffer, int32_t size)=0 |
ByteOrder aware output stream interface
|
inline |
|
inline |
| bool operator<< | ( | const int8_t & | input | ) |
Here is the call graph for this function:| bool operator<< | ( | const uint8_t & | input | ) |
Here is the call graph for this function:| bool operator<< | ( | const int16_t & | input | ) |
Here is the call graph for this function:| bool operator<< | ( | const uint16_t & | input | ) |
Here is the call graph for this function:| bool operator<< | ( | const int32_t & | input | ) |
Here is the call graph for this function:| bool operator<< | ( | const uint32_t & | input | ) |
Here is the call graph for this function:| bool operator<< | ( | const int64_t & | input | ) |
Here is the call graph for this function:| bool operator<< | ( | const uint64_t & | input | ) |
Here is the call graph for this function:| bool operator<< | ( | const double & | input | ) |
Here is the call graph for this function:
|
pure virtual |
Implemented in CFileStream, and CMemoryStream.
|
inline |
Here is the caller graph for this function:
|
pure virtual |