Home
last modified time | relevance | path

Searched refs:pt (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/c_utils/base/include/
H A Dsafe_queue.h68 void Push(const T& pt) in Push() argument
71 return DoPush(pt); in Push()
90 bool Pop(T& pt) in Pop() argument
93 return DoPop(pt); in Pop()
97 virtual void DoPush(const T& pt) = 0;
98 virtual bool DoPop(T& pt) = 0;
116 void DoPush(const T& pt) override
118 deque_.push_back(pt);
125 bool DoPop(T& pt) override
128 pt
[all...]

Completed in 1 milliseconds