dynamic-graph  4.4.3
Dynamic graph library
ExceptionAbstract::Param Class Reference

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)
 
ParaminitCopy (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
 

Detailed Description

Class owned by exceptions to store error locations.

Definition at line 36 of file exception-abstract.h.


The documentation for this class was generated from the following file: