StdAir Logo  1.00.0
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DictionaryManager.hpp
Go to the documentation of this file.
1 // //////////////////////////////////////////////////////////////////////
2 #ifndef __STDAIR_BASIC_DICTIONARYMANAGER_HPP
3 #define __STDAIR_BASIC_DICTIONARYMANAGER_HPP
4 
5 // //////////////////////////////////////////////////////////////////////
6 // Import section
7 // //////////////////////////////////////////////////////////////////////
8 // StdAir
10 
11 namespace stdair {
12 
13  // //////////// Type definitions /////////////////
17  typedef unsigned short DictionaryKey_T;
18 
23  public:
24  // //////////// Business methods /////////////////
29 
34  };
35 }
36 #endif // __STDAIR_BASIC_DICTIONARYMANAGER_HPP