StdAir Logo  0.45.1
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
FareOptionTypes.hpp
Go to the documentation of this file.
00001 // //////////////////////////////////////////////////////////////////////
00002 #ifndef __STDAIR_BOM_FAREOPTIONTYPES_HPP
00003 #define __STDAIR_BOM_FAREOPTIONTYPES_HPP
00004 
00005 // //////////////////////////////////////////////////////////////////////
00006 // Import section
00007 // //////////////////////////////////////////////////////////////////////
00008 // STL
00009 #include <list>
00010 #include <map>
00011 // STDAIR
00012 #include <stdair/stdair_types.hpp>
00013 #include <stdair/bom/key_types.hpp>
00014 
00015 namespace stdair {
00016 
00017   // Forward declarations.
00018   struct FareOptionStruct;
00019   
00021   typedef std::list<FareOptionStruct> FareOptionList_T;
00022 
00023 }
00024 #endif // __STDAIR_BOM_FAREOPTIONTYPES_HPP
00025