AirTSP Logo  1.01.11
C++ Simulated Airline Travel Solution Provider (TSP) Library
Loading...
Searching...
No Matches
airtsp::store_child_passenger_type Struct Reference

Public Member Functions

 store_child_passenger_type (SearchString_T &ioSearchString)
 
void operator() (iterator_t iStr, iterator_t iStrEnd) const
 

Public Attributes

SearchString_T_searchString
 

Detailed Description

Store the parsed passenger type.

Definition at line 164 of file BookingRequestParser.cpp.

Constructor & Destructor Documentation

◆ store_child_passenger_type()

airtsp::store_child_passenger_type::store_child_passenger_type ( SearchString_T & ioSearchString)
inline

Constructor.

Definition at line 166 of file BookingRequestParser.cpp.

References _searchString.

Member Function Documentation

◆ operator()()

void airtsp::store_child_passenger_type::operator() ( iterator_t iStr,
iterator_t iStrEnd ) const
inline

Parse child passenger type.

Definition at line 170 of file BookingRequestParser.cpp.

References _searchString, and airtsp::Passenger_T::CHILD.

Member Data Documentation

◆ _searchString

SearchString_T& airtsp::store_child_passenger_type::_searchString

Definition at line 179 of file BookingRequestParser.cpp.

Referenced by operator()(), and store_child_passenger_type().


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