31 #include "common/system.h" 32 #include "common/util.h" 33 #include "common/str.h" 34 #include "common/stream.h" 35 #include "common/array.h" 77 byte getVersion()
const;
99 static inline uint32 stringLength(
const byte *data, uint32 max);
105 #endif // GOB_DBASE_H uint8 size
Size of raw field data in bytes.
Definition: dbase.h:61
TimeDate getLastUpdate() const
Common::Array< const byte * > fields
Raw field data.
Definition: dbase.h:68
Common::String getString(const Record &record, int field) const
uint8 decimals
Number of decimals the field holds.
Definition: dbase.h:62
Type type
Type of the field.
Definition: dbase.h:60
Common::String name
Name of the field.
Definition: dbase.h:58
bool deleted
Has this record been deleted?
Definition: dbase.h:67