$treeview $search $mathjax
00001 // ////////////////////////////////////////////////////////////////////// 00002 #ifndef __STDAIR_BOM_VIRTUALCLASSTYPES_HPP 00003 #define __STDAIR_BOM_VIRTUALCLASSTYPES_HPP 00004 00005 // ////////////////////////////////////////////////////////////////////// 00006 // Import section 00007 // ////////////////////////////////////////////////////////////////////// 00008 // STL 00009 #include <list> 00010 #include <map> 00011 // STDAIR 00012 #include <stdair/stdair_basic_types.hpp> 00013 00014 namespace stdair { 00015 00016 // Forward declarations. 00017 struct VirtualClassStruct; 00018 00020 typedef std::list<VirtualClassStruct> VirtualClassList_T; 00021 00023 typedef std::map<const YieldLevel_T, VirtualClassStruct> VirtualClassMap_T; 00024 } 00025 #endif // __STDAIR_BOM_VIRTUALCLASSTYPES_HPP 00026