#include <Database.h>
Public Member Functions | |
| CDatabaseField (void) | |
| char | GetType (void) |
| Return data type (char, float, int). | |
| unsigned long | GetLength (void) |
| Return data field length. | |
| void | GetString (char *s) |
| Copy string value to supplied buffer. | |
| double | GetDouble (void) |
| Get a double float value. | |
| long | GetInt (void) |
| Get a long integer value. | |
| void | Format (char *s) |
| Format data item for output. | |
Public Attributes | |
| char | type |
| unsigned long | length |
| union { | |
| char charData [256] | |
| double doubleData | |
| long intData | |
| } | data |
Definition at line 49 of file Database.h.
|
|
Definition at line 39 of file DBUtilities.cpp. |
|
|
Definition at line 113 of file DBUtilities.cpp. References data, length, and type. Referenced by CDatabase::Dump(). |
|
|
Definition at line 91 of file DBUtilities.cpp. |
|
|
Definition at line 102 of file DBUtilities.cpp. |
|
|
Definition at line 77 of file DBUtilities.cpp. References length. |
|
|
Definition at line 82 of file DBUtilities.cpp. |
|
|
Definition at line 72 of file DBUtilities.cpp. References type. |
|
|
Definition at line 66 of file Database.h. |
|
|
Referenced by CDatabaseField(), Format(), GetDouble(), GetInt(), CDatabase::GetRecordByOffset(), GetString(), and TeleportDirectoryNotify(). |
|
|
Definition at line 67 of file Database.h. |
|
|
Definition at line 68 of file Database.h. |
|
|
Definition at line 64 of file Database.h. Referenced by CDatabaseField(), Format(), GetLength(), and CDatabase::GetRecordByOffset(). |
|
|
Definition at line 63 of file Database.h. Referenced by CDatabaseField(), Format(), GetDouble(), GetInt(), CDatabase::GetRecordByOffset(), GetString(), and GetType(). |
|
|
Documentation generated by
|