MCPcopy Create free account
hub / github.com/CMU-Perceptual-Computing-Lab/openpose / QueueBase

Method QueueBase

include/openpose/thread/queueBase.hpp:98–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96{
97 template<typename TDatums, typename TQueue>
98 QueueBase<TDatums, TQueue>::QueueBase(const long long maxSize) :
99 mPoppers{0ll},
100 mPushers{0ll},
101 mPopIsStopped{false},
102 mPushIsStopped{false},
103 mMaxSize{maxSize}
104 {
105 }
106
107 // Virutal destructor
108 template<typename TDatums, typename TQueue>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected