$treeview $search $mathjax
AirInv Logo  1.00.0
$projectbrief
$projectbrief
$searchbox

Request.hpp

Go to the documentation of this file.
00001 #ifndef __AIRINV_SVR_REQUEST_HPP
00002 #define __AIRINV_SVR_REQUEST_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // STL
00008 #include <string>
00009 #include <vector>
00010 // StdAir
00011 #include <stdair/stdair_basic_types.hpp>
00012 #include <stdair/stdair_date_time_types.hpp>
00013 // AirInv
00014 
00015 namespace AIRINV {
00016 
00018   struct Request {
00019   public:
00024     bool parseFlightDate();
00025     
00026   public:
00027     // /////////// Attributes //////////////
00029     std::string _flightDetails;
00031     stdair::AirlineCode_T _airlineCode;
00033     stdair::FlightNumber_T _flightNumber;
00035     stdair::Date_T _departureDate;
00036   };
00037 
00038 }
00039 #endif // __AIRINV_SVR_REQUEST_HPP