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

Meta