buf | ByteQueueNode | |
ByteQueueNode(unsigned int maxSize) | ByteQueueNode | [inline] |
Clear() | ByteQueueNode | [inline] |
CopyTo(BufferedTransformation &target, const std::string &channel=BufferedTransformation::NULL_CHANNEL) const | ByteQueueNode | [inline] |
CopyTo(BufferedTransformation &target, unsigned int copyMax, const std::string &channel=BufferedTransformation::NULL_CHANNEL) const | ByteQueueNode | [inline] |
CurrentSize() const | ByteQueueNode | [inline] |
Get(byte &outByte) | ByteQueueNode | [inline] |
Get(byte *outString, unsigned int getMax) | ByteQueueNode | [inline] |
m_head | ByteQueueNode | |
m_tail | ByteQueueNode | |
MaxSize() const | ByteQueueNode | [inline] |
next | ByteQueueNode | |
operator[](unsigned int i) const | ByteQueueNode | [inline] |
Peek(byte &outByte) const | ByteQueueNode | [inline] |
Peek(byte *target, unsigned int copyMax) const | ByteQueueNode | [inline] |
Put(const byte *begin, unsigned int length) | ByteQueueNode | [inline] |
Skip(unsigned int skipMax) | ByteQueueNode | [inline] |
TransferTo(BufferedTransformation &target, const std::string &channel=BufferedTransformation::NULL_CHANNEL) | ByteQueueNode | [inline] |
TransferTo(BufferedTransformation &target, unsigned int transferMax, const std::string &channel=BufferedTransformation::NULL_CHANNEL) | ByteQueueNode | [inline] |
UsedUp() const | ByteQueueNode | [inline] |