![]() |
Quantify
An extensible C++ units library
|
Macros | |
| #define | UNIT_SYMBOL(...) |
| #define | SCALE(NAME) |
| #define | DERIVED_SCALE(NAME, ...) |
| #define | UNIT(NAME, SYMBOL, FACTOR_NUM, FACTOR_DEN) |
| #define | UNIT_IN_SCALE(SCALE, NAME, SYMBOL, FACTOR_NUM, FACTOR_DEN) |
| #define | METRIC_UNIT(UNIT_NAME, SYMBOL, FACTOR_NUM, FACTOR_DEN) |
| #define | SCALE_CONVERSION(FROM, TO) |
| #define | SCALE_FORWARD_CONVERSION(...) |
| #define | SCALE_BACKWARD_CONVERSION(...) |
| #define DERIVED_SCALE | ( | NAME, | |
| ... ) |
Definition at line 33 of file unit_macros.h.
| #define METRIC_UNIT | ( | UNIT_NAME, | |
| SYMBOL, | |||
| FACTOR_NUM, | |||
| FACTOR_DEN ) |
Definition at line 59 of file unit_macros.h.
| #define SCALE | ( | NAME | ) |
Definition at line 23 of file unit_macros.h.
| #define SCALE_BACKWARD_CONVERSION | ( | ... | ) |
Definition at line 94 of file unit_macros.h.
| #define SCALE_CONVERSION | ( | FROM, | |
| TO ) |
Definition at line 72 of file unit_macros.h.
| #define SCALE_FORWARD_CONVERSION | ( | ... | ) |
Definition at line 78 of file unit_macros.h.
| #define UNIT | ( | NAME, | |
| SYMBOL, | |||
| FACTOR_NUM, | |||
| FACTOR_DEN ) |
Definition at line 41 of file unit_macros.h.
| #define UNIT_IN_SCALE | ( | SCALE, | |
| NAME, | |||
| SYMBOL, | |||
| FACTOR_NUM, | |||
| FACTOR_DEN ) |
Definition at line 50 of file unit_macros.h.
| #define UNIT_SYMBOL | ( | ... | ) |
Definition at line 18 of file unit_macros.h.