AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
keyData Struct Reference

Public Attributes

std::array< uint8, 20 > bytes
 
std::array< uint32, 5 > ints
 
union {
   struct {
      uint8   bytes [16]
 
   }   bytes
 
   struct {
      int   ints [4]
 
   }   ints
 
}; 
 

Detailed Description

Member Data Documentation

◆ 

union { ... } keyData::@288

◆ bytes [1/3]

std::array<uint8, 20> keyData::bytes

Referenced by Warden::BuildChecksum().

◆ bytes [2/3]

uint8 keyData::bytes[16]

◆  [3/3]

struct { ... } keyData::bytes

◆ ints [1/3]

std::array<uint32, 5> keyData::ints

◆ ints [2/3]

int keyData::ints[4]

◆  [3/3]

struct { ... } keyData::ints