#include <Semaphore.H>
Public Member Functions | |
CSemaphore_exception (const std::string &Msg) throw () | |
virtual | ~CSemaphore_exception () throw () |
virtual const char * | what () const throw () |
Private Attributes | |
const std::string | Message |
Definition at line 33 of file Semaphore.H.
CSemaphore_exception::CSemaphore_exception | ( | const std::string & | Msg | ) | throw () [inline, explicit] |
virtual CSemaphore_exception::~CSemaphore_exception | ( | ) | throw () [inline, virtual] |
Definition at line 47 of file Semaphore.H.
virtual const char* CSemaphore_exception::what | ( | ) | const throw () [inline, virtual] |
Reimplemented from std::exception.
Definition at line 49 of file Semaphore.H.
References std::basic_string< _CharT, _Traits, _Alloc >::c_str(), and Message.
const std::string CSemaphore_exception::Message [private] |