|
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.") | |
Public Member Functions inherited from pthread::util::queue_exception | |
| queue_exception (const std::string &msg="queue_error occured.") | |
| virtual const char * | what () const noexceptoverride |
Additional Inherited Members | |
Protected Attributes inherited from pthread::util::queue_exception | |
| std::string | _message |
| message buffer | |
thrown when the queue's max_size is reached
Definition at line 170 of file exceptions.hpp.
|
explicit |
1.8.8