#include <time.h>#include <vector>#include <map>#include <string>


Go to the source code of this file.
Classes | |
| struct | currency |
| class | basicField |
| class | shortField |
| class | longField |
| class | longlongField |
| class | doubleField |
| class | floatField |
| class | stringField |
| class | currencyField |
| class | dateTimeField |
| class | boolField |
Typedefs | |
| typedef vector< basicField * > | fieldVector |
| typedef map< string, basicField * > | fieldMap |
Enumerations | |
| enum | fieldTypes { shortType, longType, longlongType, floatType, doubleType, stringType, currencyType, dateTimeType, boolType, noType = 10000, shortType, longType, longlongType, floatType, doubleType, stringType, currencyType, dateTimeType, boolType, noType = 10000 } |
| typedef map< string, basicField * > fieldMap |
Definition at line 85 of file openFields.h.
| typedef vector< basicField * > fieldVector |
Definition at line 82 of file openFields.h.
| enum fieldTypes |
Definition at line 27 of file openFields.h.
1.5.5