![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <container/Mapping.hpp>


Public Types | |
| typedef std::map< PARAMETER, MappingFunction > | MappingField |
| typedef std::vector< RESULTTYPE > | MappingFunction |
Public Member Functions | |
| RESULTTYPE | map (const int xvalue, PARAMETER Parameter) const |
| Mapping (unsigned int _offset=0) | |
Protected Attributes | |
| MappingField | mf |
| unsigned int | offset |
Definition at line 44 of file Mapping.hpp.
| typedef std::map<PARAMETER, MappingFunction> wns::container::Mapping< PARAMETER, RESULTTYPE >::MappingField |
Definition at line 48 of file Mapping.hpp.
| typedef std::vector<RESULTTYPE> wns::container::Mapping< PARAMETER, RESULTTYPE >::MappingFunction |
Definition at line 47 of file Mapping.hpp.
| wns::container::Mapping< PARAMETER, RESULTTYPE >::Mapping | ( | unsigned int | _offset = 0 |
) | [inline] |
Definition at line 50 of file Mapping.hpp.
| RESULTTYPE wns::container::Mapping< PARAMETER, RESULTTYPE >::map | ( | const int | xvalue, | |
| PARAMETER | Parameter | |||
| ) | const [inline] |
Definition at line 55 of file Mapping.hpp.
MappingField wns::container::Mapping< PARAMETER, RESULTTYPE >::mf [protected] |
unsigned int wns::container::Mapping< PARAMETER, RESULTTYPE >::offset [protected] |
Definition at line 69 of file Mapping.hpp.
1.5.5