This is the complete list of members for ByteStream, including all inherited members.
_isErrored | ByteStream | protected |
_isLive | ByteStream | protected |
_lastReadTimedOut | ByteStream | protected |
_readTimeout | ByteStream | protected |
Access enum name | ByteStream | |
boundaries | ByteStream | protected |
bytes | ByteStream | protected |
bytesSize | ByteStream | protected |
ByteStream() | ByteStream | |
compareWith(const char *buffer, unsigned int bufferLength) const | ByteStream | |
copyFrom(const std::string &bytes, Access access) | ByteStream | |
copyFrom(const std::vector< char > &bytes, Access access) | ByteStream | |
copyFrom(const ByteStream &byteStream, Access access) | ByteStream | |
copyTo(std::vector< char > &buffer) const | ByteStream | |
copyTo(std::string &buffer) const | ByteStream | |
debugString() | ByteStream | |
endPacket() | ByteStream | |
freeBytes() | ByteStream | protected |
grow(unsigned int increment) | ByteStream | protected |
hasNextPacket() | ByteStream | |
isErrored() const | ByteStream | inline |
isLive() const | ByteStream | inline |
lastReadTimedOut() const | ByteStream | inline |
linkFrom(char *bytes, unsigned int bytesSize, Access access) | ByteStream | |
liveConditionVariable | ByteStream | mutableprotected |
liveLock | ByteStream | mutableprotected |
nextPacket() | ByteStream | |
ownBytes | ByteStream | protected |
peekByte(char &byte) | ByteStream | |
READ_ONLY enum value | ByteStream | |
READ_WRITE enum value | ByteStream | |
readByte(char &byte) | ByteStream | |
readBytes(char *buffer, unsigned int bufferSize, unsigned int &bytesRead) | ByteStream | |
readIndex | ByteStream | protected |
readTimeout() const | ByteStream | inline |
readTimeout(const std::chrono::milliseconds &timeout) | ByteStream | inline |
remainingReadLength() const | ByteStream | |
remainingReadLength_nolock() const | ByteStream | protected |
remainingWriteLength() const | ByteStream | |
remainingWriteLength_nolock() const | ByteStream | protected |
reset() | ByteStream | |
setLive(bool isLive) | ByteStream | |
waitForReading(unsigned int increment) | ByteStream | protected |
writeByte(char byte) | ByteStream | |
writeBytes(const char *buffer, unsigned int bufferSize, unsigned int &bytesWritten) | ByteStream | |
writeIndex | ByteStream | protected |
~ByteStream() | ByteStream | |