AzerothCore 3.3.5a
OpenSource WoW Emulator
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
SecretInfo Struct Reference

Public Member Functions

uint16 flags () const
 

Public Attributes

char const * configKey
 
char const * oldKey
 
int bits
 
ServerProcessTypes owner
 
uint64 _flags
 

Detailed Description

Member Function Documentation

◆ flags()

uint16 SecretInfo::flags ( ) const
inline
45{ return static_cast<uint16>(_flags >> (16*THIS_SERVER_PROCESS)); }
std::uint16_t uint16
Definition Define.h:108
#define THIS_SERVER_PROCESS
Definition SharedDefines.h:3766
uint64 _flags
Definition SecretMgr.cpp:44

References _flags, and THIS_SERVER_PROCESS.

Member Data Documentation

◆ _flags

uint64 SecretInfo::_flags

Referenced by flags().

◆ bits

int SecretInfo::bits

◆ configKey

char const* SecretInfo::configKey

◆ oldKey

char const* SecretInfo::oldKey

◆ owner

ServerProcessTypes SecretInfo::owner

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