TrinityCore
PlayerDumpReader Class Reference

#include <PlayerDump.h>

+ Inheritance diagram for PlayerDumpReader:

Public Member Functions

 PlayerDumpReader ()
 
DumpReturn LoadDumpFromFile (std::string const &file, uint32 account, std::string name, ObjectGuid::LowType guid)
 
DumpReturn LoadDumpFromString (std::string const &dump, uint32 account, std::string name, ObjectGuid::LowType guid)
 

Private Member Functions

DumpReturn LoadDump (std::istream &input, uint32 account, std::string name, ObjectGuid::LowType guid)
 

Additional Inherited Members

- Static Public Member Functions inherited from PlayerDump
static void InitializeTables ()
 
static void InitializeColumnDefinition ()
 
- Protected Member Functions inherited from PlayerDump
 PlayerDump ()
 

Detailed Description

Definition at line 108 of file PlayerDump.h.

Constructor & Destructor Documentation

◆ PlayerDumpReader()

PlayerDumpReader::PlayerDumpReader ( )
inline

Definition at line 111 of file PlayerDump.h.

Member Function Documentation

◆ LoadDump()

DumpReturn PlayerDumpReader::LoadDump ( std::istream &  input,
uint32  account,
std::string  name,
ObjectGuid::LowType  guid 
)
private

Definition at line 864 of file PlayerDump.cpp.

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

◆ LoadDumpFromFile()

DumpReturn PlayerDumpReader::LoadDumpFromFile ( std::string const &  file,
uint32  account,
std::string  name,
ObjectGuid::LowType  guid 
)

Definition at line 1077 of file PlayerDump.cpp.

+ Here is the call graph for this function:

◆ LoadDumpFromString()

DumpReturn PlayerDumpReader::LoadDumpFromString ( std::string const &  dump,
uint32  account,
std::string  name,
ObjectGuid::LowType  guid 
)

Definition at line 1071 of file PlayerDump.cpp.

+ Here is the call graph for this function:

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