00001 #ifndef __STDAIR_BOM_KEY_TYPES_HPP
00002 #define __STDAIR_BOM_KEY_TYPES_HPP
00003
00004
00005
00006
00007
00008 #include <string>
00009 #include <list>
00010
00011 namespace stdair {
00012
00013
00015 typedef std::string MapKey_T;
00016
00018 typedef std::list<std::string> KeyList_T;
00019
00020 }
00021 #endif // __STDAIR_BOM_KEY_TYPES_HPP