CoreComponents 3.0.0
A Modern C++ Toolkit
|
This is the complete list of members for ByteSource, including all inherited members.
buffer() const | ByteSource | |
ByteSource(const Stream &source, const Bytes &buffer, ByteOrder endian=ByteOrder::LittleEndian) | ByteSource | |
ByteSource(const Stream &source, ByteOrder endian=ByteOrder::LittleEndian) | ByteSource | |
ByteSource(const Bytes &buffer, ByteOrder endian=ByteOrder::LittleEndian) | ByteSource | |
currentOffset() const | ByteSource | |
endian() const | ByteSource | |
prefetch() | ByteSource | |
read(Out< Bytes > span) | ByteSource | |
readByte(Out< uint8_t > x) | ByteSource | |
readChar(Out< char > ch) | ByteSource | |
readCString() | ByteSource | |
readInt16() | ByteSource | |
readInt32() | ByteSource | |
readInt64() | ByteSource | |
readInt8() | ByteSource | |
readSpan(int n) | ByteSource | |
readUInt16() | ByteSource | |
readUInt32() | ByteSource | |
readUInt64() | ByteSource | |
readUInt8() | ByteSource | |
setEndian(ByteOrder endian) | ByteSource | |
source() const | ByteSource |