GNU Common C++ exception model base classes.
#include <cc++/config.h>
#include <cc++/string.h>
#include <exception>
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.
class ost::IOException
A sub-hierarchy for all Common C++ I/O related classes.
class ost::ThrException
A sub-hierarchy for thread exceptions.
class ost::SyncException
A sub-hierarchy for all task synchronizion related exceptions.
class ost::InterruptException
GNU Common C++ exception model base classes.
Generated automatically by Doxygen for GNU CommonC++ from the source code.