StdAir Logo  1.00.3
C++ Standard Airline IT Object Library
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 /////////////////
28  static const stdair::Probability_T keyToValue (const DictionaryKey_T);
29 
33  static const DictionaryKey_T valueToKey (const stdair::Probability_T);
34  };
35 }
36 #endif // __STDAIR_BASIC_DICTIONARYMANAGER_HPP
Handle on the StdAir library context.
static const stdair::Probability_T keyToValue(const DictionaryKey_T)
static const DictionaryKey_T valueToKey(const stdair::Probability_T)
float Probability_T
unsigned short DictionaryKey_T
Class wrapper of dictionary business methods.