![]() |
TrinityCore
|
#include <PlayerDump.h>
Inheritance diagram for PlayerDumpWriter:Public Member Functions | |
| PlayerDumpWriter () | |
| bool | GetDump (ObjectGuid::LowType guid, std::string &dump) |
| DumpReturn | WriteDumpToFile (std::string const &file, ObjectGuid::LowType guid) |
| DumpReturn | WriteDumpToString (std::string &dump, 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 | |
| bool | AppendTable (StringTransaction &trans, ObjectGuid::LowType guid, TableStruct const &tableStruct, DumpTable const &dumpTable) |
| void | PopulateGuids (ObjectGuid::LowType guid) |
Private Attributes | |
| std::set< uint32 > | _pets |
| std::set< uint32 > | _mails |
| std::set< ObjectGuid::LowType > | _items |
| std::set< uint64 > | _itemSets |
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 92 of file PlayerDump.h.
|
default |
|
private |
Definition at line 736 of file PlayerDump.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool PlayerDumpWriter::GetDump | ( | ObjectGuid::LowType | guid, |
| std::string & | dump | ||
| ) |
Definition at line 798 of file PlayerDump.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 689 of file PlayerDump.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| DumpReturn PlayerDumpWriter::WriteDumpToFile | ( | std::string const & | file, |
| ObjectGuid::LowType | guid | ||
| ) |
| DumpReturn PlayerDumpWriter::WriteDumpToString | ( | std::string & | dump, |
| ObjectGuid::LowType | guid | ||
| ) |
|
private |
Definition at line 107 of file PlayerDump.h.
|
private |
Definition at line 109 of file PlayerDump.h.
|
private |
Definition at line 106 of file PlayerDump.h.
|
private |
Definition at line 105 of file PlayerDump.h.