|
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.") | |
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 a get operation times ou
Definition at line 183 of file exceptions.hpp.
|
explicit |
1.8.8