1.00.8
C++ Standard Airline IT Object Library
OptimisationNotificationTypes.hpp
Go to the documentation of this file.
1
// //////////////////////////////////////////////////////////////////////
2
#ifndef __STDAIR_BOM_OPTIMISATIONNOTIFICATIONTYPES_HPP
3
#define __STDAIR_BOM_OPTIMISATIONNOTIFICATIONTYPES_HPP
4
5
// //////////////////////////////////////////////////////////////////////
6
// Import section
7
// //////////////////////////////////////////////////////////////////////
8
// Boost
9
#include <boost/shared_ptr.hpp>
10
11
namespace
stdair
{
12
13
// Forward declarations
14
struct
OptimisationNotificationStruct
;
15
16
// ///////////// Type definitions //////////////
18
typedef
boost::
19
shared_ptr<OptimisationNotificationStruct>
OptimisationNotificationPtr_T
;
20
21
}
22
#endif // __STDAIR_BOM_OPTIMISATIONNOTIFICATIONTYPES_HPP
23
stdair::OptimisationNotificationStruct
Definition:
OptimisationNotificationStruct.hpp:19
stdair
Handle on the StdAir library context.
Definition:
BasChronometer.cpp:9
stdair::OptimisationNotificationPtr_T
boost::shared_ptr< OptimisationNotificationStruct > OptimisationNotificationPtr_T
Definition:
OptimisationNotificationTypes.hpp:14
Generated for StdAir by
1.8.17