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

#include <airsched/batches/BookingRequestParser.hpp>

List of all members.

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

airsched::Place_T::Place_T ( ) [inline]

Constructor.

Definition at line 16 of file BookingRequestParser.hpp.


Member Function Documentation

void airsched::Place_T::display ( ) const [inline]

Definition at line 18 of file BookingRequestParser.hpp.

References _code, and _name.

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


Member Data Documentation

Definition at line 14 of file BookingRequestParser.hpp.

Referenced by display().


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