1.00.8
C++ Standard Airline IT Object Library
BookingRequestTypes.hpp
Go to the documentation of this file.
1
// //////////////////////////////////////////////////////////////////////
2
#ifndef __STDAIR_BOM_BOOKINGREQUESTTYPES_HPP
3
#define __STDAIR_BOM_BOOKINGREQUESTTYPES_HPP
4
5
// //////////////////////////////////////////////////////////////////////
6
// Import section
7
// //////////////////////////////////////////////////////////////////////
8
// STL
9
#include <string>
10
// Boost
11
#include <boost/shared_ptr.hpp>
12
13
namespace
stdair
{
14
15
// Forward declarations
16
struct
BookingRequestStruct
;
17
18
// ///////////// Type definitions //////////////
20
typedef
boost::shared_ptr<BookingRequestStruct>
BookingRequestPtr_T
;
21
23
typedef
std::string
DemandGeneratorKey_T
;
24
25
26
}
27
#endif // __STDAIR_BOM_BOOKINGREQUESTTYPES_HPP
28
stdair::BookingRequestPtr_T
boost::shared_ptr< BookingRequestStruct > BookingRequestPtr_T
Definition:
BookingRequestTypes.hpp:16
stdair::DemandGeneratorKey_T
std::string DemandGeneratorKey_T
Definition:
BookingRequestTypes.hpp:23
stdair::BookingRequestStruct
Structure holding the elements of a booking request.
Definition:
BookingRequestStruct.hpp:21
stdair
Handle on the StdAir library context.
Definition:
BasChronometer.cpp:9
Generated for StdAir by
1.8.16