|
EPICS ARCHIVER V4
|
Type-save wrapper for ConcurrentPtrList. More...
#include <ConcurrentList.h>
Public Member Functions | |
| ConcurrentList () | |
| Constructor. | |
| OrderedMutex & | getMutex () |
| bool | isEmpty () |
| size_t | size () |
| void | add (T *item) |
| bool | removeIfFound (void *item) |
| void | remove (T *item) |
| ConcurrentListIterator< T > | iterator () |
Type-save wrapper for ConcurrentPtrList.
|
inline |
|
inlinevirtual |
Implements Guardable.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.5