ThreadSafeMultiSet< T > Class Template Reference
A thread-safe multiset.
More...
#include <ThreadSafe.h>
List of all members.
|
Public Member Functions |
void | insert (const T &x) |
void | erase (unsigned int i) |
bool | erase (T x) |
Detailed Description
template<class T>
class ThreadSafeMultiSet< T >
A thread-safe multiset.
The documentation for this class was generated from the following file: