#include "oofpch_c.h"
#include "oofios.h"
#include "oof2.h"
#include "oof4.h"
#include "oofexcep.h"
#include "oofquery.h"
#include "oofrel.h"
#include <ctype.h>
#include <time.h>
Include dependency graph for oof5.cpp:

Defines | |
| #define | NUMTOKENS 46 |
| #define | MAXTOKENS 50 |
| #define | MAXLINELEN 200 |
Functions | |
| bool | skipTillDigitAmPm (istream &is, hourT &hourMod, char fieldSep, char recSep) |
| void | skipStreamPattern (istream &, const char *) |
Variables | |
| char * | vocab [NUMTOKENS] |
| short | vlen [NUMTOKENS] |
| const unsigned long | kMilliSecondsInDay = 24*60*60*1000 |
| const unsigned long | kSecondsInDay = 24*60*60 |
| const unsigned long | kSecondsInHour = 60*60 |
| const unsigned long | kSecondsInMinute = 60 |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: {4,3,4,2,7,3,4,3,2,
5,3,4,2,4,
4,3,4,7,3,4,3,5,3,
4,3,7,3,1,4,3,5,3,1,
2,2,3,3,2,2,2,
1,1,1,1,1,1}
|
|
|
Initial value: {"DDDD", "DDD", "DDTH", "DD", "DAYNAME", "DAY", "MMMM", "MMM","MM",
"MONTH", "MON", "YYYY", "YY", "YEAR",
"dddd", "ddd", "ddth", "dayname", "day", "mmmm", "mmm", "month", "mon",
"Dddd", "Ddd", "Dayname", "Day", "D", "Mmmm", "Mmm", "Month", "Mon", "M",
"HH", "hh", "MIN", "SEC", "PM", "Pm", "pm",
"#", "Z", ".", ",", "<", ">"}
|
1.3.5