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 & | initCopy (const Param &p) |
Public Attributes | |
| char | file [BUFFER_SIZE] |
| const char * | filePTR |
| char | function [BUFFER_SIZE] |
| const char * | functionPTR |
| int | line |
| bool | pointersSet |
| bool | set |
Static Public Attributes | |
| static const int | BUFFER_SIZE = 80 |
Class owned by exceptions to store error locations.
Definition at line 36 of file exception-abstract.h.