VSTGUI  4.10
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
InputStream Member List

This is the complete list of members for InputStream, including all inherited members.

getByteOrder() const InputStreaminline
InputStream(ByteOrder byteOrder=kNativeByteOrder)InputStreaminlineexplicit
operator>>(int8_t &output)InputStream
operator>>(uint8_t &output)InputStream
operator>>(int16_t &output)InputStream
operator>>(uint16_t &output)InputStream
operator>>(int32_t &output)InputStream
operator>>(uint32_t &output)InputStream
operator>>(int64_t &output)InputStream
operator>>(uint64_t &output)InputStream
operator>>(double &output)InputStream
operator>>(std::string &string)=0InputStreampure virtual
readRaw(void *buffer, uint32_t size)=0InputStreampure virtual
setByteOrder(ByteOrder newByteOrder)InputStreaminline
~InputStream() noexcept=defaultInputStreamvirtual