MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / ByteQueueNode

Class ByteQueueNode

src/cryptlib/queue.h:10–10  ·  view source on GitHub ↗

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. :)

Source from the content-addressed store, hash-verified

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. :)
10class ByteQueueNode;
11
12class ByteQueue : public BufferedTransformation
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected