The queue is implemented as a linked list of arrays, but you don't need to know about that. So just ignore this next line. :)
| 8 | // The queue is implemented as a linked list of arrays, but you don't need to |
| 9 | // know about that. So just ignore this next line. :) |
| 10 | class ByteQueueNode; |
| 11 | |
| 12 | class ByteQueue : public BufferedTransformation |
| 13 | { |
nothing calls this directly
no outgoing calls
no test coverage detected