![]() |
TrinityCore
|
#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 | |
| PlayerDump & | operator= (PlayerDump const &)=delete |
| PlayerDump & | operator= (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 | |
Definition at line 112 of file PlayerDump.h.
|
default |
|
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:| DumpReturn PlayerDumpReader::LoadDumpFromFile | ( | std::string const & | file, |
| uint32 | account, | ||
| std::string | name, | ||
| ObjectGuid::LowType | guid | ||
| ) |
| DumpReturn PlayerDumpReader::LoadDumpFromString | ( | std::string const & | dump, |
| uint32 | account, | ||
| std::string | name, | ||
| ObjectGuid::LowType | guid | ||
| ) |