GNU Common C++ exception model base classes. More...
#include <cc++/config.h>
#include <cc++/string.h>
#include <exception>
Go to the source code of this file.
Classes | |
class | ost::Exception |
Mainline exception handler, this is the root for all Common C++ exceptions and assures the ansi C++ exception class hierarchy is both followed and imported into the gnu Common C++ class hierarchy. More... | |
class | ost::IOException |
A sub-hierarchy for all Common C++ I/O related classes. More... | |
class | ost::ThrException |
A sub-hierarchy for thread exceptions. More... | |
class | ost::SyncException |
A sub-hierarchy for all task synchronizion related exceptions. More... | |
class | ost::InterruptException |
Namespaces | |
namespace | ost |
Defines | |
#define | COMMON_STD_EXCEPTION |
GNU Common C++ exception model base classes.
#define COMMON_STD_EXCEPTION |