#include <string>Include dependency graph for LOW_exception.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | LOW_exception |
| Base class for all exception of this library. More... | |
Defines | |
| #define | class_DERIVE_FROM_EXCEPTION(DERIVED, SUPER) |
| Macro for easy subclassing of LOW_exception. More... | |
|
|
Value: class DERIVED : public SUPER { \
public: DERIVED( const std::string inMsg, const std::string inFile, const int inLine) : SUPER( inMsg, inFile, inLine) {}; \
DERIVED( const int inErrNum, const std::string inMsg, const std::string inFile, const int inLine) : SUPER( inErrNum, inMsg, inFile, inLine) {}; \
}
Definition at line 28 of file LOW_exception.h. |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001