StdAir Logo  1.00.0
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
key_types.hpp
Go to the documentation of this file.
1 #ifndef __STDAIR_BOM_KEY_TYPES_HPP
2 #define __STDAIR_BOM_KEY_TYPES_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // STL
8 #include <string>
9 #include <list>
10 
11 namespace stdair {
12 
13  // //////////////////// Type definitions ///////////
15  typedef std::string MapKey_T;
16 
18  typedef std::list<std::string> KeyList_T;
19 
20 }
21 #endif // __STDAIR_BOM_KEY_TYPES_HPP