Interface of class #SDH::cUnitConverter. More...
Go to the source code of this file.
Classes | |
class | cUnitConverter |
Unit conversion class to convert values between physical unit systems. More... | |
Typedefs | |
typedef double(cUnitConverter::* | pDoubleUnitConverterFunction) (double) const |
Type of a pointer to a function like 'double SDH::cUnitConverter::ToExternal( double ) const' or 'double SDH::cUnitConverter::ToInternal( double ) const'. More... | |
Variables | |
const cUnitConverter | uc_identity |
Identity converter (internal = external) More... | |
Interface of class #SDH::cUnitConverter.
Definition in file unit_converter.h.
typedef double(cUnitConverter::* pDoubleUnitConverterFunction) (double) const |
Type of a pointer to a function like 'double SDH::cUnitConverter::ToExternal( double ) const' or 'double SDH::cUnitConverter::ToInternal( double ) const'.
Definition at line 209 of file unit_converter.h.
const cUnitConverter uc_identity |
Identity converter (internal = external)