StdAir Logo  1.00.13
C++ Standard Airline IT Object Library
Loading...
Searching...
No Matches
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
11namespace 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
Handle on the StdAir library context.
unsigned short DictionaryKey_T
Class wrapper of dictionary business methods.
static const DictionaryKey_T valueToKey(const stdair::Probability_T)
static const stdair::Probability_T keyToValue(const DictionaryKey_T)