![]() |
DataWorks
Database Library/Client
|
Database struct. More...
#include <dw_database.h>
Data Fields | |
FILE * | fp |
File pointer to the database file. | |
uint16_t | version |
Version of the database. | |
uint64_t | mtime |
Last modified time of the database. | |
bool | error |
True if this is an error. | |
int | errnum |
Error number. | |
Database struct.
Definition at line 131 of file dw_database.h.
int dataworks_db::errnum |
Error number.
Definition at line 165 of file dw_database.h.
bool dataworks_db::error |
True if this is an error.
Definition at line 158 of file dw_database.h.
FILE* dataworks_db::fp |
File pointer to the database file.
Definition at line 137 of file dw_database.h.
uint64_t dataworks_db::mtime |
Last modified time of the database.
Definition at line 151 of file dw_database.h.
uint16_t dataworks_db::version |
Version of the database.
Definition at line 144 of file dw_database.h.