#include <cc++/string.h>
#include <exception>
#include <cc++/config.h>
Go to the source code of this file.
Namespaces | |
| namespace | ost |
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.Base exception class for all Common C++ exceptions. More... | |
| class | ost::IOException |
| A sub-hierarchy for all Common C++ I/O related classes.I/O operation exception hierarchy. More... | |
| class | ost::ThrException |
| A sub-hierarchy for thread exceptions.thread exception hierarchy. More... | |
| class | ost::SyncException |
| A sub-hierarchy for all task synchronizion related exceptions.Synchronization object exception hierarchy. More... | |
| class | ost::InterruptException |
Defines | |
| #define | COMMON_STD_EXCEPTION |
|
|
|
1.4.6