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