HDK
|
#include <concurrentList.h>
Classes | |
class | iterator |
Public Member Functions | |
TraceConcurrentList () | |
Constructor. More... | |
~TraceConcurrentList () | |
Destructor. More... | |
TraceConcurrentList (const TraceConcurrentList &)=delete | |
TraceConcurrentList & | operator= (const TraceConcurrentList &)=delete |
iterator | Insert () |
Iterator support. | |
iterator | begin () |
iterator | end () |
This class supports thread safe insertion and iteration over a list of items.
Definition at line 45 of file concurrentList.h.
|
inline |
Constructor.
Definition at line 105 of file concurrentList.h.
|
inline |
Destructor.
Definition at line 108 of file concurrentList.h.
|
delete |
|
inline |
Definition at line 125 of file concurrentList.h.
|
inline |
Definition at line 126 of file concurrentList.h.
|
inline |
Inserts an item at the beginning of the list and returns an iterator to the newly created item.
Definition at line 131 of file concurrentList.h.
|
delete |