Class owned by exceptions to store error locations.
More...
#include <exception-abstract.h>
Class owned by exceptions to store error locations.
Definition at line 36 of file exception-abstract.h.
◆ Param() [1/2]
dynamicgraph::ExceptionAbstract::Param::Param |
( |
const int & |
_line, |
|
|
const char * |
_function, |
|
|
const char * |
_file |
|
) |
| |
◆ Param() [2/2]
dynamicgraph::ExceptionAbstract::Param::Param |
( |
| ) |
|
|
inline |
◆ initCopy()
◆ BUFFER_SIZE
const int dynamicgraph::ExceptionAbstract::Param::BUFFER_SIZE = 80 |
|
static |
◆ file
char dynamicgraph::ExceptionAbstract::Param::file[BUFFER_SIZE] |
◆ filePTR
const char* dynamicgraph::ExceptionAbstract::Param::filePTR |
◆ function
char dynamicgraph::ExceptionAbstract::Param::function[BUFFER_SIZE] |
◆ functionPTR
const char* dynamicgraph::ExceptionAbstract::Param::functionPTR |
◆ line
int dynamicgraph::ExceptionAbstract::Param::line |
◆ pointersSet
bool dynamicgraph::ExceptionAbstract::Param::pointersSet |
◆ set
bool dynamicgraph::ExceptionAbstract::Param::set |
The documentation for this class was generated from the following files: