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

#include <parser.h>

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

Public Member Functions

 range_2_base (const T &l, const T &u)
 
- Public Member Functions inherited from HighParser::range_base< T >
virtual bool check (const T &value) const
 

Public Attributes

m_lower
 
m_upper
 

Detailed Description

template<class T>
struct HighParser::range_2_base< T >

Definition at line 373 of file parser.h.

Constructor & Destructor Documentation

template<class T >
HighParser::range_2_base< T >::range_2_base ( const T &  l,
const T &  u 
)
inline

Definition at line 375 of file parser.h.

References NO_OP.

375 : m_lower(l), m_upper(u) { NO_OP; };
#define NO_OP
Definition: myassert.h:74

Member Data Documentation

template<class T >
T HighParser::range_2_base< T >::m_lower

Definition at line 374 of file parser.h.

template<class T >
T HighParser::range_2_base< T >::m_upper

Definition at line 374 of file parser.h.


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