ThreadSafeStack< T > Class Template Reference
A thread-safe version of the STL stack class.
More...
#include <ThreadSafe.h>
List of all members.
|
Public Member Functions |
|
bool | pop (T &ret) |
|
void | push (T x) |
|
int | size () |
Detailed Description
template<class T>
class ThreadSafeStack< T >
A thread-safe version of the STL stack class.
The documentation for this class was generated from the following file: