NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
MatFuncErrorInfo Struct Reference

Defines the needed information for displaying a reasonable error information. More...

#include <matdatastructures.hpp>

Collaboration diagram for MatFuncErrorInfo:

Public Member Functions

 MatFuncErrorInfo (const std::string &_sCmd, const std::string &_sExpr, size_t pos)
 

Public Attributes

const std::string & command
 
const std::string & expression
 
size_t position
 

Detailed Description

Defines the needed information for displaying a reasonable error information.

Definition at line 655 of file matdatastructures.hpp.

Constructor & Destructor Documentation

◆ MatFuncErrorInfo()

MatFuncErrorInfo::MatFuncErrorInfo ( const std::string &  _sCmd,
const std::string &  _sExpr,
size_t  pos 
)
inline

Definition at line 661 of file matdatastructures.hpp.

Member Data Documentation

◆ command

◆ expression

const std::string& MatFuncErrorInfo::expression

Definition at line 658 of file matdatastructures.hpp.

◆ position


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