![]() |
TrinityCore
|
#include <IPLocation.h>
Public Member Functions | |
| IpLocationStore () | |
| ~IpLocationStore () | |
| void | Load () |
| IpLocationRecord const * | GetLocationRecord (std::string const &ipAddress) const |
Static Public Member Functions | |
| static IpLocationStore * | Instance () |
Private Attributes | |
| std::vector< IpLocationRecord > | _ipLocationStore |
Definition at line 34 of file IPLocation.h.
| IpLocationStore::IpLocationStore | ( | ) |
Definition at line 28 of file IPLocation.cpp.
| IpLocationStore::~IpLocationStore | ( | ) |
Definition at line 32 of file IPLocation.cpp.
| IpLocationRecord const * IpLocationStore::GetLocationRecord | ( | std::string const & | ipAddress | ) | const |
|
static |
Definition at line 127 of file IPLocation.cpp.
| void IpLocationStore::Load | ( | ) |
|
private |
Definition at line 45 of file IPLocation.h.