xoreos
0.0.5
|
A record. More...
#include <foxpro.h>
Public Attributes | |
bool | deleted |
Has this record been deleted? More... | |
std::vector< byte * > | fields |
Raw field data. More... | |
bool Common::FoxPro::Record::deleted |
Has this record been deleted?
Definition at line 76 of file foxpro.h.
Referenced by Common::FoxPro::addRecord(), Common::FoxPro::loadRecords(), and Common::FoxPro::saveRecords().
std::vector<byte *> Common::FoxPro::Record::fields |
Raw field data.
Definition at line 77 of file foxpro.h.
Referenced by Common::FoxPro::addRecord(), Common::FoxPro::getBool(), Common::FoxPro::getDate(), Common::FoxPro::getDouble(), Common::FoxPro::getInt(), Common::FoxPro::getMemo(), Common::FoxPro::getString(), Common::FoxPro::loadRecords(), Common::FoxPro::saveRecords(), Common::FoxPro::setBool(), Common::FoxPro::setDate(), Common::FoxPro::setDouble(), Common::FoxPro::setInt(), Common::FoxPro::setMemo(), and Common::FoxPro::setString().