$treeview $search $mathjax
#include <airtsp/batches/BookingRequestParser.hpp>
Public Types | |
| ADULT = 0 | |
| CHILD | |
| PET | |
| LAST_VALUE | |
| enum | PassengerType_T { ADULT = 0, CHILD, PET, LAST_VALUE } |
Public Member Functions | |
| Passenger_T () | |
| void | display () const |
Public Attributes | |
| PassengerType_T | _type |
| unsigned short | _number |
Static Public Attributes | |
| static const std::string | _labels [LAST_VALUE] |
Definition at line 71 of file BookingRequestParser.hpp.
| airtsp::Passenger_T::Passenger_T | ( | ) | [inline] |
Constructor.
Definition at line 78 of file BookingRequestParser.hpp.
| void airtsp::Passenger_T::display | ( | ) | const [inline] |
const std::string airtsp::Passenger_T::_labels [static] |
Initial value:
{ "Adult", "Child", "Pet" }
Definition at line 74 of file BookingRequestParser.hpp.
Referenced by display().
Definition at line 75 of file BookingRequestParser.hpp.
Referenced by display(), airtsp::store_pet_passenger_type::operator()(), airtsp::store_child_passenger_type::operator()(), and airtsp::store_adult_passenger_type::operator()().
| unsigned short airtsp::Passenger_T::_number |
Definition at line 76 of file BookingRequestParser.hpp.
Referenced by display(), and airtsp::store_passenger_number::operator()().
1.4.7
Generated on Sat Jun 13 22:39:35 2015 for AirTSP by
1.4.7