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 cUnitConverter::ToExternal( double )' or 'cUnitConverter::ToInternal( double )'. | |
Variables | |
cUnitConverter const | uc_identity |
Identity converter (internal = external) |
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 cUnitConverter::ToExternal( double )' or 'cUnitConverter::ToInternal( double )'.
Definition at line 209 of file unit_converter.h.
cUnitConverter const uc_identity |
Identity converter (internal = external)