#include <airtsp/batches/BookingRequestParser.hpp>
Public Member Functions | |
Date_T () | |
void | display () const |
boost::gregorian::date | getDate () const |
Public Attributes | |
boost::gregorian::date | _date |
unsigned int | _reldays |
unsigned int | _day |
unsigned int | _month |
unsigned int | _year |
Date.
Definition at line 27 of file BookingRequestParser.hpp.
|
inline |
Constructor.
Definition at line 35 of file BookingRequestParser.hpp.
|
inline |
Definition at line 37 of file BookingRequestParser.hpp.
References _date, _day, _month, _reldays, and _year.
Referenced by airtsp::SearchString_T::display().
|
inline |
Set the date from the staging details.
Definition at line 43 of file BookingRequestParser.hpp.
References _day, _month, and _year.
Referenced by airtsp::store_date::operator()().
boost::gregorian::date airtsp::Date_T::_date |
Definition at line 29 of file BookingRequestParser.hpp.
Referenced by display(), and airtsp::store_date::operator()().
unsigned int airtsp::Date_T::_reldays |
Definition at line 30 of file BookingRequestParser.hpp.
Referenced by display().
unsigned int airtsp::Date_T::_day |
Definition at line 31 of file BookingRequestParser.hpp.
unsigned int airtsp::Date_T::_month |
Definition at line 32 of file BookingRequestParser.hpp.
unsigned int airtsp::Date_T::_year |
Definition at line 33 of file BookingRequestParser.hpp.