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

Method ByteQueue

src/cryptlib/queue.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94// ********************************************************
95
96ByteQueue::ByteQueue(unsigned int nodeSize)
97 : nodeSize(nodeSize)
98{
99 head = tail = new ByteQueueNode(nodeSize);
100}
101
102ByteQueue::ByteQueue(const ByteQueue &copy)
103{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected