|
MBDyn-1.7.3
|
#include <mathp.h>


Public Member Functions | |
| ErrGeneric (const char *file, int line, const char *func, const std::string r=std::string()) | |
| ErrGeneric (MathParser *p, const char *file, int line, const char *func, const std::string r=std::string()) | |
Public Member Functions inherited from MBDynErrBase | |
| MBDynErrBase (const char *file, int line, const char *func, const std::string r=std::string()) | |
| virtual | ~MBDynErrBase (void) throw () |
| void | Set (const std::string &s) |
| const char * | what (void) const throw () |
| MathParser::ErrGeneric::ErrGeneric | ( | const char * | file, |
| int | line, | ||
| const char * | func, | ||
| const std::string | r = std::string() |
||
| ) |
Definition at line 1921 of file mathp.cc.
| MathParser::ErrGeneric::ErrGeneric | ( | MathParser * | p, |
| const char * | file, | ||
| int | line, | ||
| const char * | func, | ||
| const std::string | r = std::string() |
||
| ) |
Definition at line 1924 of file mathp.cc.
References MathParser::GetLineNumber(), and MBDynErrBase::what().
