Public Member Functions | Public Attributes | Static Public Attributes | List of all members
dynamicgraph::ExceptionAbstract::Param Class Reference

Class owned by exceptions to store error locations. More...

#include <exception-abstract.h>

Public Member Functions

ParaminitCopy (const Param &p)
 
 Param ()
 
 Param (const int &_line, const char *_function, const char *_file)
 

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.

Constructor & Destructor Documentation

◆ Param() [1/2]

dynamicgraph::ExceptionAbstract::Param::Param ( const int &  _line,
const char *  _function,
const char *  _file 
)

Definition at line 42 of file exception-abstract.cpp.

◆ Param() [2/2]

dynamicgraph::ExceptionAbstract::Param::Param ( )
inline

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

Member Function Documentation

◆ initCopy()

ExceptionAbstract::Param & dynamicgraph::ExceptionAbstract::Param::initCopy ( const Param p)

Definition at line 26 of file exception-abstract.cpp.

Member Data Documentation

◆ BUFFER_SIZE

const int dynamicgraph::ExceptionAbstract::Param::BUFFER_SIZE = 80
static

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

◆ file

char dynamicgraph::ExceptionAbstract::Param::file[BUFFER_SIZE]

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

◆ filePTR

const char* dynamicgraph::ExceptionAbstract::Param::filePTR

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

◆ function

char dynamicgraph::ExceptionAbstract::Param::function[BUFFER_SIZE]

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

◆ functionPTR

const char* dynamicgraph::ExceptionAbstract::Param::functionPTR

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

◆ line

int dynamicgraph::ExceptionAbstract::Param::line

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

◆ pointersSet

bool dynamicgraph::ExceptionAbstract::Param::pointersSet

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

◆ set

bool dynamicgraph::ExceptionAbstract::Param::set

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


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


dynamic-graph
Author(s): Nicolas Mansard, Olivier Stasse
autogenerated on Thu Jun 13 2024 02:26:22