Class owned by exceptions to store error locations. More...
#include <dynamic-graph/exception-abstract.h>
Public Member Functions | |
Param (const int &_line, const char *_function, const char *_file) | |
Param () | |
Param & | initCopy (const Param &p) |
Public Attributes | |
const char * | functionPTR |
char | function [BUFFER_SIZE] |
int | line |
const char * | filePTR |
char | file [BUFFER_SIZE] |
bool | pointersSet |
bool | set |
Static Public Attributes | |
static const int | BUFFER_SIZE = 80 |
Class owned by exceptions to store error locations.
dynamicgraph::ExceptionAbstract::Param::Param | ( | const int & | _line, |
const char * | _function, | ||
const char * | _file | ||
) |
|
inline |
|
static |
char dynamicgraph::ExceptionAbstract::Param::file[BUFFER_SIZE] |
const char* dynamicgraph::ExceptionAbstract::Param::filePTR |
char dynamicgraph::ExceptionAbstract::Param::function[BUFFER_SIZE] |
const char* dynamicgraph::ExceptionAbstract::Param::functionPTR |
int dynamicgraph::ExceptionAbstract::Param::line |
bool dynamicgraph::ExceptionAbstract::Param::pointersSet |
bool dynamicgraph::ExceptionAbstract::Param::set |