|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
This is the complete list of members for DB2Table, including all inherited members.
| begin() const | DB2Table | inline |
| DB2Row | DB2Table | friend |
| DB2Table(std::unique_ptr< DB2Reader > reader, std::vector< DB2FieldInfo > fields) | DB2Table | |
| DB2Table(const DB2Table &)=delete | DB2Table | |
| end() const | DB2Table | inline |
| findField(const std::string &name) const | DB2Table | |
| getRecordID(size_t recordIndex) const | DB2Table | private |
| getRow(uint32_t id) const | DB2Table | |
| getRowByIndex(size_t index) const | DB2Table | |
| getRowCount() const | DB2Table | |
| m_fieldNameToIndex | DB2Table | private |
| m_fields | DB2Table | private |
| m_reader | DB2Table | private |
| operator=(const DB2Table &)=delete | DB2Table | |
| readString(size_t recordIndex, const DB2FieldInfo &field, unsigned int arrayIndex) const | DB2Table | private |
| readUInt(size_t recordIndex, const DB2FieldInfo &field, unsigned int arrayIndex) const | DB2Table | private |
| resolveField(const std::string &name, unsigned int &arrayIndex) const | DB2Table | private |
| ~DB2Table() | DB2Table |