|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
Describes the schema of a database table (name, file path, fields). More...
#include <GameDatabase.h>
Public Member Functions | |
| TableStructure () | |
| virtual | ~TableStructure () |
Public Attributes | |
| std::string | name |
| std::string | file |
| std::vector< FieldStructure * > | fields |
Describes the schema of a database table (name, file path, fields).
Definition at line 37 of file GameDatabase.h.
|
inline |
Definition at line 40 of file GameDatabase.h.
|
virtual |
Definition at line 173 of file GameDatabase.cpp.
| std::vector<FieldStructure*> core::TableStructure::fields |
Definition at line 46 of file GameDatabase.h.
| std::string core::TableStructure::file |
Definition at line 45 of file GameDatabase.h.
| std::string core::TableStructure::name |
Definition at line 44 of file GameDatabase.h.