cpp-pthread  (v1.7.3)
Simple C++ wrapper to pthread functions.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
Public Member Functions | List of all members
pthread::util::queue_timeout Class Reference

#include <exceptions.hpp>

Inheritance diagram for pthread::util::queue_timeout:
pthread::util::queue_exception

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
 

Detailed Description

thrown when a get operation times ou

Examples:
synchronized_queue_tests.cpp.

Definition at line 183 of file exceptions.hpp.

Constructor & Destructor Documentation

pthread::util::queue_timeout::queue_timeout ( const std::string &  msg = "synchronized_queue get/put timed out.")
explicit

new instance.

Parameters
msgexplanatory message.

Definition at line 83 of file exceptions.cpp.


The documentation for this class was generated from the following files: