Interface class for common access.
More...
#include <DBCStore.h>
|
| bool | Load (char const *path, char **&indexTable) |
| |
| bool | LoadStringsFrom (char const *path, char **indexTable) |
| |
| void | LoadFromDB (char const *table, char const *format, char const *index, char **&indexTable) |
| |
Interface class for common access.
Definition at line 27 of file DBCStore.h.
◆ DBCStorageBase()
| DBCStorageBase::DBCStorageBase |
( |
char const * |
fmt | ) |
|
◆ ~DBCStorageBase()
| DBCStorageBase::~DBCStorageBase |
( |
| ) |
|
|
virtual |
◆ GetFieldCount()
| uint32 DBCStorageBase::GetFieldCount |
( |
| ) |
const |
|
inline |
◆ GetFormat()
| char const * DBCStorageBase::GetFormat |
( |
| ) |
const |
|
inline |
◆ Load() [1/2]
| virtual bool DBCStorageBase::Load |
( |
char const * |
path | ) |
|
|
pure virtual |
◆ Load() [2/2]
| bool DBCStorageBase::Load |
( |
char const * |
path, |
|
|
char **& |
indexTable |
|
) |
| |
|
protected |
◆ LoadFromDB() [1/2]
| virtual void DBCStorageBase::LoadFromDB |
( |
char const * |
table, |
|
|
char const * |
format, |
|
|
char const * |
index |
|
) |
| |
|
pure virtual |
◆ LoadFromDB() [2/2]
| void DBCStorageBase::LoadFromDB |
( |
char const * |
table, |
|
|
char const * |
format, |
|
|
char const * |
index, |
|
|
char **& |
indexTable |
|
) |
| |
|
protected |
◆ LoadStringsFrom() [1/2]
| virtual bool DBCStorageBase::LoadStringsFrom |
( |
char const * |
path | ) |
|
|
pure virtual |
◆ LoadStringsFrom() [2/2]
| bool DBCStorageBase::LoadStringsFrom |
( |
char const * |
path, |
|
|
char ** |
indexTable |
|
) |
| |
|
protected |
◆ _dataTable
| char* DBCStorageBase::_dataTable |
|
protected |
◆ _fieldCount
| uint32 DBCStorageBase::_fieldCount |
|
protected |
◆ _fileFormat
| char const* DBCStorageBase::_fileFormat |
|
protected |
◆ _indexTableSize
| uint32 DBCStorageBase::_indexTableSize |
|
protected |
◆ _stringPool
| std::vector<char*> DBCStorageBase::_stringPool |
|
protected |
The documentation for this class was generated from the following files: