OpenTREP Logo  0.6.0
C++ Open Travel Request Parsing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OPENTREP_ParserHelperTypes.hpp File Reference
#include <string>
#include <sstream>
#include <opentrep/OPENTREP_exceptions.hpp>

Go to the source code of this file.

Classes

struct  OPENTREP::date_time_element< MIN, MAX >
 

Namespaces

 OPENTREP
 

Typedefs

typedef date_time_element< 0, 23 > OPENTREP::hour_t
 
typedef date_time_element< 0, 59 > OPENTREP::minute_t
 
typedef date_time_element< 0, 59 > OPENTREP::second_t
 
typedef date_time_element< 1900, 2100 > OPENTREP::year_t
 
typedef date_time_element< 1, 12 > OPENTREP::month_t
 
typedef date_time_element< 1, 31 > OPENTREP::day_t
 

Functions

template<int MIN, int MAX>
date_time_element< MIN, MAX > OPENTREP::operator* (const date_time_element< MIN, MAX > &o1, const date_time_element< MIN, MAX > &o2)
 
template<int MIN, int MAX>
date_time_element< MIN, MAX > OPENTREP::operator+ (const date_time_element< MIN, MAX > &o1, const date_time_element< MIN, MAX > &o2)