1.00.10
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
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
stdair::DictionaryManager::valueToKey
static const DictionaryKey_T valueToKey(const stdair::Probability_T)
Definition:
DictionaryManager.cpp:21
stdair::DictionaryManager
Class wrapper of dictionary business methods.
Definition:
DictionaryManager.hpp:22
stdair
Handle on the StdAir library context.
Definition:
BasChronometer.cpp:9
stdair_maths_types.hpp
stdair::DictionaryManager::keyToValue
static const stdair::Probability_T keyToValue(const DictionaryKey_T)
Definition:
DictionaryManager.cpp:12
stdair::DictionaryKey_T
unsigned short DictionaryKey_T
Definition:
DictionaryManager.hpp:17
stdair::Probability_T
float Probability_T
Definition:
stdair_maths_types.hpp:99
Generated for StdAir by
1.8.18