Unitless Struct Reference
#include <History.h>
Public Types | |
| enum | UNITS { UNKNOWN = -1, ONE = 0, END } |
Static Public Member Functions | |
| template<Unitless::UNITS u> | |
| static std::string | name () |
| static std::string | name (Unitless::UNITS u) |
| template<Unitless::UNITS u> | |
| static double | base () |
| static double | base (Unitless::UNITS u) |
| template<Unitless::UNITS to, Unitless::UNITS from> | |
| static double | factor () |
| template<Unitless::UNITS to> | |
| static double | factor (Unitless::UNITS from) |
| static double | factor (Unitless::UNITS to, Unitless::UNITS from) |
| static Unitless::UNITS | units (const char *s) |
| static constexpr Unitless::UNITS | units (int i) |
Static Public Attributes | |
| static const UNITS | DEFAULT = ONE |
Member Enumeration Documentation
| enum UNITS |
Member Function Documentation
|
static |
|
inlinestatic |
References Unitless::ONE.
|
static |
Referenced by Unitless::factor().
|
inlinestatic |
References Unitless::ONE.
|
inlinestatic |
|
inlinestatic |
References Unitless::base().
|
inlinestatic |
References Unitless::base().
|
inlinestatic |
References Unitless::ONE, and Unitless::UNKNOWN.
|
inlinestatic |
Member Data Documentation
The documentation for this struct was generated from the following files:
- Core/dc/History.h
- Core/dc/History.i.h

1.8.10