Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

oof5.cpp File Reference

#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:

Include dependency graph

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

Define Documentation

#define MAXLINELEN   200
 

#define MAXTOKENS   50
 

#define NUMTOKENS   46
 


Function Documentation

void skipStreamPattern istream &  ,
const char * 
 

bool skipTillDigitAmPm istream &  is,
hourT hourMod,
char  fieldSep,
char  recSep
 


Variable Documentation

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
 

short vlen[NUMTOKENS] [static]
 

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}

char* vocab[NUMTOKENS] [static]
 

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", ".", ",", "<", ">"}


Generated on Thu Jan 1 21:22:35 2004 for OOFILE by doxygen 1.3.5