AirTSP Logo  1.01.3
C++ Simulated Airline Travel Solution Provider (TSP) Library
airtsp::SearchString_T Struct Reference

#include <airtsp/batches/BookingRequestParser.hpp>

Public Member Functions

 SearchString_T ()
 
void display () const
 

Public Attributes

PlaceList_T _placeList
 
DateList_T _dateList
 
AirlineList_T _airlineList
 
PassengerList_T _passengerList
 
Place_T _tmpPlace
 
Date_T _tmpDate
 
Airline_T _tmpAirline
 
Passenger_T _tmpPassenger
 

Detailed Description

Search string.

Definition at line 94 of file BookingRequestParser.hpp.

Constructor & Destructor Documentation

§ SearchString_T()

airtsp::SearchString_T::SearchString_T ( )
inline

Constructor.

Definition at line 102 of file BookingRequestParser.hpp.

Member Function Documentation

§ display()

void airtsp::SearchString_T::display ( ) const
inline

Member Data Documentation

§ _placeList

PlaceList_T airtsp::SearchString_T::_placeList

Definition at line 96 of file BookingRequestParser.hpp.

§ _dateList

DateList_T airtsp::SearchString_T::_dateList

Definition at line 97 of file BookingRequestParser.hpp.

Referenced by airtsp::store_date::operator()().

§ _airlineList

AirlineList_T airtsp::SearchString_T::_airlineList

§ _passengerList

§ _tmpPlace

Place_T airtsp::SearchString_T::_tmpPlace

Definition at line 137 of file BookingRequestParser.hpp.

Referenced by airtsp::store_place_element::operator()().

§ _tmpDate

Date_T airtsp::SearchString_T::_tmpDate

§ _tmpAirline

§ _tmpPassenger


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