#include <airtsp/batches/BookingRequestParser.hpp>
Public Member Functions | |
SearchString_T () | |
void | display () const |
Search string.
Definition at line 94 of file BookingRequestParser.hpp.
|
inline |
Constructor.
Definition at line 102 of file BookingRequestParser.hpp.
|
inline |
Definition at line 105 of file BookingRequestParser.hpp.
References _airlineList, _dateList, _passengerList, _placeList, _tmpPlace, airtsp::Place_T::display(), airtsp::Date_T::display(), airtsp::Airline_T::display(), and airtsp::Passenger_T::display().
PlaceList_T airtsp::SearchString_T::_placeList |
Definition at line 96 of file BookingRequestParser.hpp.
Referenced by display().
DateList_T airtsp::SearchString_T::_dateList |
Definition at line 97 of file BookingRequestParser.hpp.
Referenced by display(), and airtsp::store_date::operator()().
AirlineList_T airtsp::SearchString_T::_airlineList |
Definition at line 98 of file BookingRequestParser.hpp.
Referenced by display(), airtsp::store_airline_code::operator()(), and airtsp::store_airline_name::operator()().
PassengerList_T airtsp::SearchString_T::_passengerList |
Definition at line 99 of file BookingRequestParser.hpp.
Referenced by display(), airtsp::store_adult_passenger_type::operator()(), airtsp::store_child_passenger_type::operator()(), and airtsp::store_pet_passenger_type::operator()().
Place_T airtsp::SearchString_T::_tmpPlace |
Definition at line 137 of file BookingRequestParser.hpp.
Referenced by display(), and airtsp::store_place_element::operator()().
Date_T airtsp::SearchString_T::_tmpDate |
Definition at line 138 of file BookingRequestParser.hpp.
Referenced by airtsp::store_date::operator()().
Airline_T airtsp::SearchString_T::_tmpAirline |
Definition at line 139 of file BookingRequestParser.hpp.
Referenced by airtsp::store_airline_sign::operator()(), airtsp::store_airline_code::operator()(), and airtsp::store_airline_name::operator()().
Passenger_T airtsp::SearchString_T::_tmpPassenger |
Definition at line 140 of file BookingRequestParser.hpp.
Referenced by airtsp::store_passenger_number::operator()(), airtsp::store_adult_passenger_type::operator()(), airtsp::store_child_passenger_type::operator()(), and airtsp::store_pet_passenger_type::operator()().