|
HDK
|
Include dependency graph for Unit.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UnitConverter |
| class | LinearUnitConverter |
| class | UnitConverterRegistry |
Typedefs | |
| using | UnitConverterPtr = shared_ptr< UnitConverter > |
| A shared pointer to a UnitConverter. More... | |
| using | ConstUnitConverterPtr = shared_ptr< const UnitConverter > |
| A shared pointer to a const UnitConverter. More... | |
| using | LinearUnitConverterPtr = shared_ptr< LinearUnitConverter > |
| A shared pointer to a LinearUnitConverter. More... | |
| using | ConstLinearUnitConverterPtr = shared_ptr< const LinearUnitConverter > |
| A shared pointer to a const LinearUnitConverter. More... | |
| using | UnitConverterRegistryPtr = shared_ptr< UnitConverterRegistry > |
| A shared pointer to a UnitConverterRegistry. More... | |
| using | ConstUnitConverterRegistryPtr = shared_ptr< const UnitConverterRegistry > |
| A shared pointer to a const UnitConverterRegistry. More... | |
| using | UnitConverterPtrMap = std::unordered_map< string, UnitConverterPtr > |
| Map of unit converters. More... | |
| using ConstLinearUnitConverterPtr = shared_ptr<const LinearUnitConverter> |
A shared pointer to a const LinearUnitConverter.
| using ConstUnitConverterPtr = shared_ptr<const UnitConverter> |
A shared pointer to a const UnitConverter.
| using ConstUnitConverterRegistryPtr = shared_ptr<const UnitConverterRegistry> |
A shared pointer to a const UnitConverterRegistry.
| using LinearUnitConverterPtr = shared_ptr<LinearUnitConverter> |
A shared pointer to a LinearUnitConverter.
| using UnitConverterPtr = shared_ptr<UnitConverter> |
A shared pointer to a UnitConverter.
| using UnitConverterPtrMap = std::unordered_map<string, UnitConverterPtr> |
| using UnitConverterRegistryPtr = shared_ptr<UnitConverterRegistry> |
A shared pointer to a UnitConverterRegistry.