TrinityCore
Loading...
Searching...
No Matches
IpLocationRecord Struct Reference

#include <IPLocation.h>

Public Member Functions

 IpLocationRecord ()
 
 IpLocationRecord (std::array< uint8, 16 > ipFrom, std::array< uint8, 16 > ipTo, std::string &&countryCode, std::string &&countryName)
 

Public Attributes

std::array< uint8, 16 > IpFrom
 
std::array< uint8, 16 > IpTo
 
std::string CountryCode
 
std::string CountryName
 

Detailed Description

Definition at line 26 of file IPLocation.h.

Constructor & Destructor Documentation

◆ IpLocationRecord() [1/2]

IpLocationRecord::IpLocationRecord ( )
inline

Definition at line 28 of file IPLocation.h.

◆ IpLocationRecord() [2/2]

IpLocationRecord::IpLocationRecord ( std::array< uint8, 16 >  ipFrom,
std::array< uint8, 16 >  ipTo,
std::string &&  countryCode,
std::string &&  countryName 
)
inline

Definition at line 29 of file IPLocation.h.

Member Data Documentation

◆ CountryCode

std::string IpLocationRecord::CountryCode

Definition at line 34 of file IPLocation.h.

◆ CountryName

std::string IpLocationRecord::CountryName

Definition at line 35 of file IPLocation.h.

◆ IpFrom

std::array<uint8, 16> IpLocationRecord::IpFrom

Definition at line 32 of file IPLocation.h.

◆ IpTo

std::array<uint8, 16> IpLocationRecord::IpTo

Definition at line 33 of file IPLocation.h.


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