#include <opentrep/OPENTREP_ParserHelperTypes.hpp>
Public Member Functions | |
date_time_element () | |
date_time_element (const date_time_element &t) | |
date_time_element (int i) | |
void | check () const |
Public Attributes | |
unsigned int | _value |
Date & time element parser.
Definition at line 22 of file OPENTREP_ParserHelperTypes.hpp.
|
inline |
Default constructor.
Definition at line 27 of file OPENTREP_ParserHelperTypes.hpp.
|
inline |
Default copy constructor.
Definition at line 29 of file OPENTREP_ParserHelperTypes.hpp.
|
inline |
Constructor.
Definition at line 31 of file OPENTREP_ParserHelperTypes.hpp.
|
inline |
Checker.
Definition at line 33 of file OPENTREP_ParserHelperTypes.hpp.
Referenced by OPENTREP::Location::calculateDate().
unsigned int OPENTREP::date_time_element< MIN, MAX >::_value |
Definition at line 23 of file OPENTREP_ParserHelperTypes.hpp.
Referenced by OPENTREP::Location::calculateDate(), OPENTREP::date_time_element< 1, 31 >::check(), OPENTREP::operator*(), and OPENTREP::operator+().