TrinityCore
Loading...
Searching...
No Matches
PlayerDumpReader Class Referencefinal

#include <PlayerDump.h>

+ Inheritance diagram for PlayerDumpReader:

Public Member Functions

 PlayerDumpReader ()=default
 
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)
 
- Public Member Functions inherited from PlayerDump
 PlayerDump (PlayerDump const &)=delete
 
 PlayerDump (PlayerDump &&)=delete
 
PlayerDumpoperator= (PlayerDump const &)=delete
 
PlayerDumpoperator= (PlayerDump &&)=delete
 

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 ()
 
- Protected Member Functions inherited from PlayerDump
 PlayerDump ()=default
 
 ~PlayerDump ()=default
 

Detailed Description

Definition at line 112 of file PlayerDump.h.

Constructor & Destructor Documentation

◆ PlayerDumpReader()

PlayerDumpReader::PlayerDumpReader ( )
default

Member Function Documentation

◆ LoadDump()

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

Definition at line 865 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 1078 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 1072 of file PlayerDump.cpp.

+ Here is the call graph for this function:

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