AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "dbcfile.h"
Public Member Functions | |
float | getFloat (std::size_t field) const |
unsigned int | getUInt (std::size_t field) const |
int | getInt (std::size_t field) const |
const char * | getString (std::size_t field) const |
Record & | operator= (const Record &r) |
float | getFloat (std::size_t field) const |
unsigned int | getUInt (std::size_t field) const |
int | getInt (std::size_t field) const |
unsigned char | getByte (std::size_t ofs) const |
const char * | getString (std::size_t field) const |
Private Member Functions | |
Record (DBCFile &file, unsigned char *offset) | |
Record (DBCFile &file, unsigned char *offset) | |
Private Attributes | |
DBCFile & | file |
unsigned char * | offset |
Friends | |
class | DBCFile |
class | DBCFile::Iterator |
class | Iterator |
|
inlineprivate |
|
inlineprivate |
|
inline |
References file, offset, and DBCFile::recordSize.
|
inline |
References DBCFile::fieldCount, file, and offset.
|
inline |
References DBCFile::fieldCount, file, and offset.
|
inline |
References DBCFile::fieldCount, file, and offset.
|
inline |
References DBCFile::fieldCount, file, and offset.
|
inline |
References DBCFile::fieldCount, file, getUInt(), DBCFile::stringSize, and DBCFile::stringTable.
Referenced by ExtractCameraFiles(), main(), and ReadMapDBC().
|
inline |
References DBCFile::fieldCount, file, getUInt(), DBCFile::stringSize, and DBCFile::stringTable.
|
inline |
References DBCFile::fieldCount, file, and offset.
Referenced by DBCFile::getMaxId(), getString(), main(), ReadLiquidTypeTableDBC(), and ReadMapDBC().
|
inline |
References DBCFile::fieldCount, file, and offset.
|
friend |
|
friend |
|
friend |
|
private |
Referenced by getByte(), getFloat(), getInt(), getString(), getUInt(), DBCFile::Iterator::operator++(), and operator=().
|
private |