SymbolList

Contains the symbols of the units and the prefixes that a parser can handle.

Members

Functions

addPrefix
auto addPrefix(string symbol, N factor)

Adds (or replaces) a prefix in the list

addUnit
auto addUnit(string symbol, Q unit)

Adds (or replaces) a unit in the list

Variables

maxPrefixLength
size_t maxPrefixLength;
Undocumented in source.
prefixes
N[string] prefixes;
Undocumented in source.
units
QVariant!N[string] units;
Undocumented in source.

Meta