exception.h

Langue: en

Autres versions - même langue

Version: 358840 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

exception.h -

GNU Common C++ exception model base classes.

SYNOPSIS


#include <cc++/config.h>
#include <cc++/string.h>
#include <exception>

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.
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

Namespaces


namespace ost

Defines


#define COMMON_STD_EXCEPTION

Detailed Description

GNU Common C++ exception model base classes.

Define Documentation

#define COMMON_STD_EXCEPTION

Author

Generated automatically by Doxygen for GNU CommonC++ from the source code.