OpenTREP Logo  0.07.18
C++ Open Travel Request Parsing Library
Loading...
Searching...
No Matches
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 and time element parser.

Definition at line 22 of file OPENTREP_ParserHelperTypes.hpp.

Constructor & Destructor Documentation

◆ date_time_element() [1/3]

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.

◆ date_time_element() [2/3]

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.

◆ date_time_element() [3/3]

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

◆ check()

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.

Member Data Documentation

◆ _value

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: