#include <quantities_modules.h>
Inheritance diagram for quantities_module:
Public Member Functions | |
quantities_module () | |
Constructor. | |
Protected Attributes | |
map< string, int > | tok |
translate particular strings to token codes | |
map< string, long double > | fract |
translate fraction strings to their nummerical values | |
map< string, string > | currency |
list of currency names and their international codes | |
map< string, string > | units |
list of measure units and their lexical realizations | |
long double | value1 |
values for ratios | |
long double | value2 |
string | currCodes |
auxiliary for nation-specific currencies | |
string | unitCode |
auxiliary for storing standarized unit description |
|
Constructor.
|
|
auxiliary for nation-specific currencies
|
|
list of currency names and their international codes
|
|
translate fraction strings to their nummerical values
|
|
translate particular strings to token codes
|
|
auxiliary for storing standarized unit description
|
|
list of measure units and their lexical realizations
|
|
values for ratios
|
|
|