MBDyn-1.7.3
|
#include <parser.h>
Public Member Functions | |
ErrValueOutOfRange (const char *file, int line, const char *func, T value) | |
virtual | ~ErrValueOutOfRange (void) throw () |
T | Get (void) const |
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 () |
Protected Attributes | |
T | m_value |
|
inline |
Definition at line 265 of file parser.h.
References NO_OP.
|
inlinevirtual |
|
inline |
Definition at line 267 of file parser.h.
References HighParser::ErrValueOutOfRange< T >::m_value.
Referenced by FactorTSR::Read(), and Solver::ReadData().
|
protected |
Definition at line 262 of file parser.h.
Referenced by HighParser::ErrValueOutOfRange< T >::Get().