AirSched Logo  0.1.4
C++ Simulated Airline Schedule Manager Library
airsched::store_place_element Struct Reference

List of all members.

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

airsched::store_place_element::store_place_element ( SearchString_T ioSearchString) [inline]

Constructor.

Definition at line 39 of file BookingRequestParser.cpp.


Member Function Documentation

void airsched::store_place_element::operator() ( iterator_t  iStr,
iterator_t  iStrEnd 
) const [inline]

Parse the place.

Definition at line 43 of file BookingRequestParser.cpp.

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


Member Data Documentation


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