KISSCPP
a C++ library for rapid application development
|
#include <threadsafe_persisted_priority_queue.hpp>
Public Member Functions | |
ThreadsafePersistedPriorityQueue (const std::string &queueName, const std::string &queueWorkingDir, const unsigned priorityLevels, const unsigned maxItemsPerPage) | |
~ThreadsafePersistedPriorityQueue () | |
void | push (boost::shared_ptr< _qoT > p, unsigned priority) |
boost::shared_ptr< _qoT > | pop () |
boost::shared_ptr< _qoT > | last_pop_object () |
void | push_back_last_pop () |
bool | empty () |
void | clear (unsigned level) |
void | clear () |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |