cpp-pthread
(v1.7.3)
Simple C++ wrapper to pthread functions.
|
#include <exceptions.hpp>
Public Member Functions | |
queue_full (const std::string &msg="synchronized_queue full.") | |
![]() | |
queue_exception (const std::string &msg="queue_error occured.") | |
virtual const char * | what () const noexceptoverride |
Additional Inherited Members | |
![]() | |
std::string | _message |
message buffer | |
thrown when the queue's max_size is reached
Definition at line 170 of file exceptions.hpp.
|
explicit |