AirTSP Logo  1.01.0
C++ Simulated Airline Travel Solution Provider Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
airtsp::store_place_element Struct Reference

Public Member Functions

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

Public Attributes

SearchString_T_searchString
 

Detailed Description

Store the parsed place element.

Definition at line 37 of file BookingRequestParser.cpp.

Constructor & Destructor Documentation

airtsp::store_place_element::store_place_element ( SearchString_T ioSearchString)
inline

Constructor.

Definition at line 39 of file BookingRequestParser.cpp.

Member Function Documentation

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

Parse the place.

Definition at line 43 of file BookingRequestParser.cpp.

References airtsp::Place_T::_name, _searchString, and airtsp::SearchString_T::_tmpPlace.

Member Data Documentation

SearchString_T& airtsp::store_place_element::_searchString

Definition at line 54 of file BookingRequestParser.cpp.

Referenced by operator()().


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