MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / DurabilityQueue

Method DurabilityQueue

dds/DCPS/DurabilityQueue.h:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39public:
40
41 DurabilityQueue(ACE_Allocator * allocator)
42 : ACE_Unbounded_Queue<T> (allocator)
43 {}
44
45 DurabilityQueue(DurabilityQueue<T> const & rhs)
46 : ACE_Unbounded_Queue<T> (rhs.allocator_)

Callers

nothing calls this directly

Calls 1

enqueue_tailMethod · 0.80

Tested by

no test coverage detected