KISSCPP
a C++ library for rapid application development
|
#include <threadsafe_queue.hpp>
Public Member Functions | |
ThreadsafeQueue () | |
~ThreadsafeQueue () | |
void | push (boost::shared_ptr< _qoT > p) |
boost::shared_ptr< _qoT > | pop () |
boost::shared_ptr< _qoT > | front () |
boost::shared_ptr< _qoT > | back () |
bool | empty () |
size_t | size () |
Public Member Functions inherited from kisscpp::StatAbleQueue | |
StatAbleQueue () | |
~StatAbleQueue () | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Implements kisscpp::StatAbleQueue.