ATLAS Offline Software
|
#include <CommonStructures.h>
Public Member Functions | |
WorkTimeStampQueue () | |
~WorkTimeStampQueue () | |
void | clear () |
size_t | size () const |
WorkTimeStamp & | operator[] (size_t ndx) |
void | push_back (const WorkTimeStamp &ts) |
Private Attributes | |
std::unique_ptr< WorkTimeStampQueueImpl > | m_impl |
Definition at line 25 of file CommonStructures.h.
WorkTimeStampQueue::WorkTimeStampQueue | ( | ) |
Definition at line 17 of file CommonStructures.cxx.
WorkTimeStampQueue::~WorkTimeStampQueue | ( | ) |
Definition at line 23 of file CommonStructures.cxx.
void WorkTimeStampQueue::clear | ( | ) |
Definition at line 28 of file CommonStructures.cxx.
WorkTimeStamp & WorkTimeStampQueue::operator[] | ( | size_t | ndx | ) |
Definition at line 40 of file CommonStructures.cxx.
void WorkTimeStampQueue::push_back | ( | const WorkTimeStamp & | ts | ) |
Definition at line 46 of file CommonStructures.cxx.
size_t WorkTimeStampQueue::size | ( | ) | const |
Definition at line 34 of file CommonStructures.cxx.
|
private |
Definition at line 37 of file CommonStructures.h.