interface to the exception classes for error handling within LIBPF More...
#include <string>Classes | |
| class | Error |
| class | ErrorSmartEnum |
| class | ErrorBrowsing |
| class | ErrorObjectFactory |
| class | ErrorDynamicCast |
| class | ErrorInvalidCharacter |
| class | ErrorConnectivity |
| class | ErrorRunTime |
| class | ErrorUnit |
| class | ErrorJson |
Macros | |
| #define | CURRENT_FUNCTION "unknown" |
Typedefs | |
| typedef UnitArrayGen< int > | UnitArray |
Detailed Description
interface to the exception classes for error handling within LIBPF
This file is part of LIBPF All rights reserved; do not distribute without permission.
Macro Definition Documentation
◆ CURRENT_FUNCTION
| #define CURRENT_FUNCTION "unknown" |
Current function name
Current Function naming
Convert platform dependent current function name macros in the CURRENT_FUNCTION char array.
- Warning
- Supported system:
- GCC GNU compiler
- Microsof Visual C++ compiler
- Intel and IBM compilers
- Borland compiler
Typedef Documentation
◆ UnitArray
| typedef UnitArrayGen<int> UnitArray |