#include <numbers_modules.h>
Inheritance diagram for numbers_module:
Public Member Functions | |
numbers_module (const string &, const string &) | |
Constructor. | |
Protected Attributes | |
string | MACO_Decimal |
string | MACO_Thousand |
map< string, float > | value |
to map words into numerical values | |
map< string, int > | tok |
to map words into token codes | |
map< int, long double > | power |
to map value of power words (billion, million) | |
long double | bilion |
partial value of partially build number expression | |
long double | milion |
long double | units |
int | block |
bool | iscode |
RegEx | RE_number |
RegEx | RE_code |
|
Constructor.
|
|
partial value of partially build number expression
|
|
|
|
|
|
|
|
|
|
|
|
to map value of power words (billion, million)
|
|
|
|
|
|
to map words into token codes
|
|
|
|
to map words into numerical values
|