|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
#include <cstdint>#include <cstring>#include <memory>#include <string>#include <vector>#include <unordered_map>Go to the source code of this file.
Classes | |
| struct | DB2FieldInfo |
| Describes a single field (column) in a DB2 table. More... | |
| class | DB2Row |
| Lightweight handle to a single row in a DB2Table. More... | |
| class | DB2Table |
| Provides typed, field-name-based access to records in a WDC DB2 file. More... | |
| class | DB2Table::Iterator |