#include <dates_modules.h>
Inheritance diagram for dates_module:
Public Member Functions | |
dates_module (const string &, const string &, const string &, const string &) | |
Constructor. | |
Protected Attributes | |
map< string, int > | nMes |
translate month names to numbers | |
map< string, string > | nDia |
translate weekday names to unified codes | |
string | century |
interpretation of the date-time expression | |
string | year |
string | month |
string | day |
string | weekday |
string | hour |
string | minute |
string | meridian |
int | temp |
auxiliary for interpretation building | |
int | sign |
map< string, int > | tok |
translate particular strings to token codes | |
RegEx | RE_Date |
RegEx | RE_Time1 |
RegEx | RE_Time2 |
RegEx | RE_Roman |
|
Constructor.
|
|
interpretation of the date-time expression
|
|
|
|
|
|
|
|
|
|
|
|
translate weekday names to unified codes
|
|
translate month names to numbers
|
|
|
|
|
|
|
|
|
|
|
|
auxiliary for interpretation building
|
|
translate particular strings to token codes
|
|
|
|
|