cpp-pthread
(v1.7.3)
Simple C++ wrapper to pthread functions.
|
#include <exceptions.hpp>
Public Member Functions | |
queue_timeout (const std::string &msg="synchronized_queue get/put timed out.") | |
![]() | |
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 a get operation times ou
Definition at line 183 of file exceptions.hpp.
|
explicit |