OpenTREP Logo  0.6.0
C++ Open Travel Request Parsing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OPENTREP::date_time_element< MIN, MAX > Struct Template Reference

#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
 

Detailed Description

template<int MIN = 0, int MAX = 0>
struct OPENTREP::date_time_element< MIN, MAX >

Date & time element parser.

Definition at line 22 of file OPENTREP_ParserHelperTypes.hpp.

Constructor & Destructor Documentation

template<int MIN = 0, int MAX = 0>
OPENTREP::date_time_element< MIN, MAX >::date_time_element ( )
inline

Default constructor.

Definition at line 27 of file OPENTREP_ParserHelperTypes.hpp.

template<int MIN = 0, int MAX = 0>
OPENTREP::date_time_element< MIN, MAX >::date_time_element ( const date_time_element< MIN, MAX > &  t)
inline

Default copy constructor.

Definition at line 29 of file OPENTREP_ParserHelperTypes.hpp.

template<int MIN = 0, int MAX = 0>
OPENTREP::date_time_element< MIN, MAX >::date_time_element ( int  i)
inline

Constructor.

Definition at line 31 of file OPENTREP_ParserHelperTypes.hpp.

Member Function Documentation

template<int MIN = 0, int MAX = 0>
void OPENTREP::date_time_element< MIN, MAX >::check ( ) const
inline

Checker.

Definition at line 33 of file OPENTREP_ParserHelperTypes.hpp.

Referenced by OPENTREP::Location::calculateDate().

Member Data Documentation

template<int MIN = 0, int MAX = 0>
unsigned int OPENTREP::date_time_element< MIN, MAX >::_value

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