1.00.0
C++ Standard Airline IT Object Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
9
#include <
stdair/stdair_maths_types.hpp
>
10
11
namespace
stdair {
12
13
// //////////// Type definitions /////////////////
17
typedef
unsigned
short
DictionaryKey_T
;
18
22
class
DictionaryManager
{
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
Generated on Sat Dec 22 2012 16:51:53 for StdAir by
1.8.1.1