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

#include <Realm.h>

Public Member Functions

boost::asio::ip::tcp_endpoint GetAddressForClient (boost::asio::ip::address const &clientAddr) const
 

Public Attributes

RealmHandle Id
 
uint32 Build
 
std::unique_ptr< boost::asio::ip::address > ExternalAddress
 
std::unique_ptr< boost::asio::ip::address > LocalAddress
 
std::unique_ptr< boost::asio::ip::address > LocalSubnetMask
 
uint16 Port
 
std::string Name
 
uint8 Type
 
RealmFlags Flags
 
uint8 Timezone
 
AccountTypes AllowedSecurityLevel
 
float PopulationLevel
 

Detailed Description

Definition at line 65 of file Realm.h.

Member Function Documentation

◆ GetAddressForClient()

boost::asio::ip::tcp_endpoint Realm::GetAddressForClient ( boost::asio::ip::address const &  clientAddr) const

Definition at line 23 of file Realm.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ AllowedSecurityLevel

AccountTypes Realm::AllowedSecurityLevel

Definition at line 77 of file Realm.h.

◆ Build

uint32 Realm::Build

Definition at line 68 of file Realm.h.

◆ ExternalAddress

std::unique_ptr<boost::asio::ip::address> Realm::ExternalAddress

Definition at line 69 of file Realm.h.

◆ Flags

RealmFlags Realm::Flags

Definition at line 75 of file Realm.h.

◆ Id

RealmHandle Realm::Id

Definition at line 67 of file Realm.h.

◆ LocalAddress

std::unique_ptr<boost::asio::ip::address> Realm::LocalAddress

Definition at line 70 of file Realm.h.

◆ LocalSubnetMask

std::unique_ptr<boost::asio::ip::address> Realm::LocalSubnetMask

Definition at line 71 of file Realm.h.

◆ Name

std::string Realm::Name

Definition at line 73 of file Realm.h.

◆ PopulationLevel

float Realm::PopulationLevel

Definition at line 78 of file Realm.h.

◆ Port

uint16 Realm::Port

Definition at line 72 of file Realm.h.

◆ Timezone

uint8 Realm::Timezone

Definition at line 76 of file Realm.h.

◆ Type

uint8 Realm::Type

Definition at line 74 of file Realm.h.


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