$treeview $search $mathjax
StdAir Logo  1.00.2
$projectbrief
$projectbrief
$searchbox

stdair/bom/BomIDTypes.hpp

Go to the documentation of this file.
00001 // //////////////////////////////////////////////////////////////////////
00002 #ifndef __STDAIR_BOM_BOMIDTYPES_HPP
00003 #define __STDAIR_BOM_BOMIDTYPES_HPP
00004 
00005 // //////////////////////////////////////////////////////////////////////
00006 // Import section
00007 // //////////////////////////////////////////////////////////////////////
00008 // STL
00009 #include <map>
00010 #include <list>
00011 // StdAir
00012 #include <stdair/bom/key_types.hpp>
00013 #include <stdair/bom/BomID.hpp>
00014 
00015 namespace stdair {
00016 
00017   // Forward declarations.
00018   class BookingClass;
00019 
00021   typedef struct BomID<BookingClass> BookingClassID_T;
00022 
00024   typedef std::list<BookingClassID_T> BookingClassIDList_T;
00025 }
00026 #endif // __STDAIR_BOM_BOMIDTYPES_HPP
00027