WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
core::TableStructure Class Reference

Describes the schema of a database table (name, file path, fields). More...

#include <GameDatabase.h>

Inheritance diagram for core::TableStructure:
[legend]

Public Member Functions

 TableStructure ()
 
virtual ~TableStructure ()
 

Public Attributes

std::string name
 
std::string file
 
std::vector< FieldStructure * > fields
 

Detailed Description

Describes the schema of a database table (name, file path, fields).

Definition at line 37 of file GameDatabase.h.

Constructor & Destructor Documentation

◆ TableStructure()

core::TableStructure::TableStructure ( )
inline

Definition at line 40 of file GameDatabase.h.

◆ ~TableStructure()

core::TableStructure::~TableStructure ( )
virtual

Definition at line 173 of file GameDatabase.cpp.

Member Data Documentation

◆ fields

std::vector<FieldStructure*> core::TableStructure::fields

Definition at line 46 of file GameDatabase.h.

◆ file

std::string core::TableStructure::file

Definition at line 45 of file GameDatabase.h.

◆ name

std::string core::TableStructure::name

Definition at line 44 of file GameDatabase.h.


The documentation for this class was generated from the following files: