#include <CommonStructures.h>
Definition at line 25 of file CommonStructures.h.
◆ WorkTimeStampQueue()
| WorkTimeStampQueue::WorkTimeStampQueue |
( |
| ) |
|
Definition at line 17 of file CommonStructures.cxx.
18 :
m_impl (std::make_unique<WorkTimeStampQueueImpl>())
19{
20}
std::unique_ptr< WorkTimeStampQueueImpl > m_impl
◆ ~WorkTimeStampQueue()
| WorkTimeStampQueue::~WorkTimeStampQueue |
( |
| ) |
|
◆ clear()
| void WorkTimeStampQueue::clear |
( |
| ) |
|
◆ operator[]()
◆ push_back()
◆ size()
| size_t WorkTimeStampQueue::size |
( |
| ) |
const |
◆ m_impl
The documentation for this class was generated from the following files: