|
EvEmu
0.8.4
11 September 2021
|
#include "PyLookupDump.h"

Public Member Functions | |
| bool | LoadIntFile (const char *file) |
| bool | LoadStringFile (const char *file) |
| const char * | LookupInt (int64 value) const |
| const char * | LookupString (const char *value) const |
Protected Attributes | |
| std::map< uint32, std::string > | m_intRecords |
| std::map< std::string, std::string > | m_strRecords |
| std::string | m_dateBuffer |
Definition at line 31 of file PyLookupDump.h.
| bool PyLookupResolver::LoadIntFile | ( | const char * | file | ) |
Definition at line 65 of file PyLookupDump.cpp.
References m_intRecords, and MIN_RESOLVABLE_INT.
Referenced by main().

| bool PyLookupResolver::LoadStringFile | ( | const char * | file | ) |
Definition at line 101 of file PyLookupDump.cpp.
References m_strRecords.
Referenced by main().

| const char * PyLookupResolver::LookupInt | ( | int64 | value | ) | const |
Definition at line 135 of file PyLookupDump.cpp.
References m_dateBuffer, m_intRecords, MIN_RESOLVABLE_INT, and Win32TimeToString().
Referenced by PyLookupDumpVisitor::VisitInteger().


| const char * PyLookupResolver::LookupString | ( | const char * | value | ) | const |
Definition at line 152 of file PyLookupDump.cpp.
References m_strRecords.
Referenced by PyLookupDumpVisitor::VisitString().

|
mutableprotected |
Definition at line 43 of file PyLookupDump.h.
Referenced by LookupInt().
|
protected |
Definition at line 41 of file PyLookupDump.h.
Referenced by LoadIntFile(), and LookupInt().
|
protected |
Definition at line 42 of file PyLookupDump.h.
Referenced by LoadStringFile(), and LookupString().