#include <boss_numbers.h>
Inheritance diagram for BOSS_Numbers:

Public Member Functions | |
| virtual BOSS::t_SSPair | roman (const string &input) const=0 |
| virtual BOSS::t_SSPair | operator() (string input_number) const=0 |
| BOSS_Numbers () | |
| virtual | ~BOSS_Numbers () |
Protected Member Functions | |
| virtual BOSS::t_SSPair | patch (BOSS::t_SSPair number, BOSS::t_SSPair name) const |
| virtual BOSS::t_SSPair | get_number (const string &input_number) const |
| virtual BOSS::t_SSPair | get_name (const unsigned &length) const |
| virtual BOSS::t_SSPair | convert (string input_number) const |
Protected Attributes | |
| NW_Vector | table |
| set< string > | specials |
|
|
|
|
|
|
|
|
|
|
|
It is tried to read a number name from the table by means of the length of the number |
|
|
It is tried to read "input_number" directly from the mapping table |
|
|
|
|
||||||||||||
|
grammatical adjustment |
|
|
|
|
|
|
|
|
|
1.3.6