StdAir Logo  0.45.0
C++ Standard Airline IT Object Library
key_types.hpp
Go to the documentation of this file.
00001 #ifndef __STDAIR_BOM_KEY_TYPES_HPP
00002 #define __STDAIR_BOM_KEY_TYPES_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // STL
00008 #include <string>
00009 #include <list>
00010 
00011 namespace stdair {
00012 
00013   // //////////////////// Type definitions ///////////
00015   typedef std::string MapKey_T;
00016   
00018   typedef std::list<std::string> KeyList_T;
00019 
00020 }
00021 #endif // __STDAIR_BOM_KEY_TYPES_HPP