TrinityCore
Loading...
Searching...
No Matches
DBCFileLoader::Record Class Reference

#include <DBCFileLoader.h>

Public Member Functions

float getFloat (size_t field) const
 
uint32 getUInt (size_t field) const
 
uint8 getUInt8 (size_t field) const
 
const char * getString (size_t field) const
 

Private Member Functions

 Record (DBCFileLoader &file_, unsigned char *offset_)
 

Private Attributes

unsigned char * offset
 
DBCFileLoaderfile
 

Friends

class DBCFileLoader
 

Detailed Description

Definition at line 48 of file DBCFileLoader.h.

Constructor & Destructor Documentation

◆ Record()

DBCFileLoader::Record::Record ( DBCFileLoader file_,
unsigned char *  offset_ 
)
inlineprivate

Definition at line 80 of file DBCFileLoader.h.

Member Function Documentation

◆ getFloat()

float DBCFileLoader::Record::getFloat ( size_t  field) const
inline

Definition at line 51 of file DBCFileLoader.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getString()

const char * DBCFileLoader::Record::getString ( size_t  field) const
inline

Definition at line 71 of file DBCFileLoader.h.

+ Here is the caller graph for this function:

◆ getUInt()

uint32 DBCFileLoader::Record::getUInt ( size_t  field) const
inline

Definition at line 58 of file DBCFileLoader.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getUInt8()

uint8 DBCFileLoader::Record::getUInt8 ( size_t  field) const
inline

Definition at line 65 of file DBCFileLoader.h.

+ Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ DBCFileLoader

friend class DBCFileLoader
friend

Definition at line 84 of file DBCFileLoader.h.

Member Data Documentation

◆ file

DBCFileLoader& DBCFileLoader::Record::file
private

Definition at line 82 of file DBCFileLoader.h.

◆ offset

unsigned char* DBCFileLoader::Record::offset
private

Definition at line 81 of file DBCFileLoader.h.


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