TrinityCore
IpLocationRecord Struct Reference

#include <IPLocation.h>

Public Member Functions

 IpLocationRecord ()
 
 IpLocationRecord (uint32 ipFrom, uint32 ipTo, std::string countryCode, std::string countryName)
 

Public Attributes

uint32 IpFrom
 
uint32 IpTo
 
std::string CountryCode
 
std::string CountryName
 

Detailed Description

Definition at line 25 of file IPLocation.h.

Constructor & Destructor Documentation

◆ IpLocationRecord() [1/2]

IpLocationRecord::IpLocationRecord ( )
inline

Definition at line 27 of file IPLocation.h.

◆ IpLocationRecord() [2/2]

IpLocationRecord::IpLocationRecord ( uint32  ipFrom,
uint32  ipTo,
std::string  countryCode,
std::string  countryName 
)
inline

Definition at line 28 of file IPLocation.h.

Member Data Documentation

◆ CountryCode

std::string IpLocationRecord::CountryCode

Definition at line 33 of file IPLocation.h.

◆ CountryName

std::string IpLocationRecord::CountryName

Definition at line 34 of file IPLocation.h.

◆ IpFrom

uint32 IpLocationRecord::IpFrom

Definition at line 31 of file IPLocation.h.

◆ IpTo

uint32 IpLocationRecord::IpTo

Definition at line 32 of file IPLocation.h.


The documentation for this struct was generated from the following file: