1.00.2
C++ Simulated Airline Inventory Management System library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Request.cpp
Go to the documentation of this file.
1
// //////////////////////////////////////////////////////////////////////
2
// Import section
3
// //////////////////////////////////////////////////////////////////////
4
// STL
5
#include <cassert>
6
// AirInv
7
#include <
airinv/server/Request.hpp
>
8
9
namespace
AIRINV {
10
11
// //////////////////////////////////////////////////////////////////////
12
bool
Request::parseFlightDate
() {
13
bool
hasBeenSuccessfull =
false
;
14
15
//
16
_airlineCode
=
"BA"
;
17
_flightNumber
= 341;
18
_departureDate
= stdair::Date_T (2010, 04, 20);
19
20
//
21
hasBeenSuccessfull =
true
;
22
23
return
hasBeenSuccessfull;
24
}
25
26
}
Request.hpp
AIRINV::Request::parseFlightDate
bool parseFlightDate()
Definition:
Request.cpp:12
AIRINV::Request::_airlineCode
stdair::AirlineCode_T _airlineCode
Definition:
Request.hpp:31
AIRINV::Request::_flightNumber
stdair::FlightNumber_T _flightNumber
Definition:
Request.hpp:33
AIRINV::Request::_departureDate
stdair::Date_T _departureDate
Definition:
Request.hpp:35
Generated on Wed Jun 3 2020 05:03:52 for AirInv by
1.8.5