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

Public Member Functions

 store_passenger_number (SearchString_T &ioSearchString)
 
void operator() (unsigned int iNumber) const
 

Public Attributes

SearchString_T_searchString
 

Detailed Description

Store the parsed number of passengers.

Definition at line 130 of file BookingRequestParser.cpp.

Constructor & Destructor Documentation

§ store_passenger_number()

airtsp::store_passenger_number::store_passenger_number ( SearchString_T ioSearchString)
inline

Constructor.

Definition at line 132 of file BookingRequestParser.cpp.

Member Function Documentation

§ operator()()

void airtsp::store_passenger_number::operator() ( unsigned int  iNumber) const
inline

Member Data Documentation

§ _searchString

SearchString_T& airtsp::store_passenger_number::_searchString

Definition at line 141 of file BookingRequestParser.cpp.


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