AirSched Logo  0.1.4
C++ Simulated Airline Schedule Manager Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
airsched::Airline_T Struct Reference

#include <airsched/batches/BookingRequestParser.hpp>

Public Member Functions

 Airline_T ()
void display () const

Public Attributes

bool _isPreferred
std::string _name
std::string _code

Detailed Description

Airline.

Definition at line 52 of file BookingRequestParser.hpp.

Constructor & Destructor Documentation

airsched::Airline_T::Airline_T ( )
inline

Constructor.

Definition at line 58 of file BookingRequestParser.hpp.

Member Function Documentation

void airsched::Airline_T::display ( ) const
inline

Definition at line 60 of file BookingRequestParser.hpp.

References _code, _isPreferred, and _name.

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

Member Data Documentation

bool airsched::Airline_T::_isPreferred

Definition at line 54 of file BookingRequestParser.hpp.

Referenced by display(), and airsched::store_airline_sign::operator()().

std::string airsched::Airline_T::_name

Definition at line 55 of file BookingRequestParser.hpp.

Referenced by display(), and airsched::store_airline_name::operator()().

std::string airsched::Airline_T::_code

Definition at line 56 of file BookingRequestParser.hpp.

Referenced by display(), and airsched::store_airline_code::operator()().


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