AirTSP Logo  1.01.0
C++ Simulated Airline Travel Solution Provider Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BookingRequestParser.hpp File Reference
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  airtsp::Place_T
 
struct  airtsp::Date_T
 
struct  airtsp::Airline_T
 
struct  airtsp::Passenger_T
 
struct  airtsp::SearchString_T
 

Namespaces

namespace  airtsp
 

Typedefs

typedef std::vector< Place_T > airtsp::PlaceList_T
 
typedef std::vector< Date_T > airtsp::DateList_T
 
typedef std::vector< Airline_T > airtsp::AirlineList_T
 
typedef std::vector< Passenger_T > airtsp::PassengerList_T
 

Functions

SearchString_T airtsp::parseBookingRequest (const std::string &iSearchString)