MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
HighParser::ErrValueOutOfRange< T > Class Template Reference

#include <parser.h>

Inheritance diagram for HighParser::ErrValueOutOfRange< T >:
Collaboration diagram for HighParser::ErrValueOutOfRange< T >:

Public Member Functions

 ErrValueOutOfRange (const char *file, int line, const char *func, T value)
 
virtual ~ErrValueOutOfRange (void) throw ()
 
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

m_value
 

Detailed Description

template<class T>
class HighParser::ErrValueOutOfRange< T >

Definition at line 260 of file parser.h.

Constructor & Destructor Documentation

template<class T>
HighParser::ErrValueOutOfRange< T >::ErrValueOutOfRange ( const char *  file,
int  line,
const char *  func,
value 
)
inline

Definition at line 265 of file parser.h.

References NO_OP.

265 : MBDynErrBase(MBDYN_EXCEPT_ARGS_NOOPT_PASSTHRU, typeid(T).name()), m_value(value) { NO_OP; };
#define MBDYN_EXCEPT_ARGS_NOOPT_PASSTHRU
Definition: except.h:53
#define NO_OP
Definition: myassert.h:74
MBDynErrBase(const char *file, int line, const char *func, const std::string r=std::string())
Definition: except.cc:37
template<class T>
virtual HighParser::ErrValueOutOfRange< T >::~ErrValueOutOfRange ( void  )
throw (
)
inlinevirtual

Definition at line 266 of file parser.h.

References NO_OP.

266 { NO_OP; };
#define NO_OP
Definition: myassert.h:74

Member Function Documentation

template<class T>
T HighParser::ErrValueOutOfRange< T >::Get ( void  ) const
inline

Definition at line 267 of file parser.h.

References HighParser::ErrValueOutOfRange< T >::m_value.

Referenced by FactorTSR::Read(), and Solver::ReadData().

267 { return m_value; };

Member Data Documentation

template<class T>
T HighParser::ErrValueOutOfRange< T >::m_value
protected

Definition at line 262 of file parser.h.

Referenced by HighParser::ErrValueOutOfRange< T >::Get().


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