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::Place_T Struct Reference

#include <airtsp/batches/BookingRequestParser.hpp>

Public Member Functions

 Place_T ()
 
void display () const
 

Public Attributes

std::string _name
 
std::string _code
 

Detailed Description

Place.

Definition at line 11 of file BookingRequestParser.hpp.

Constructor & Destructor Documentation

airtsp::Place_T::Place_T ( )
inline

Constructor.

Definition at line 16 of file BookingRequestParser.hpp.

Member Function Documentation

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

Definition at line 18 of file BookingRequestParser.hpp.

References _code, and _name.

Referenced by airtsp::SearchString_T::display().

Member Data Documentation

std::string airtsp::Place_T::_name

Definition at line 13 of file BookingRequestParser.hpp.

Referenced by display(), and airtsp::store_place_element::operator()().

std::string airtsp::Place_T::_code

Definition at line 14 of file BookingRequestParser.hpp.

Referenced by display().


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