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]

union { ... } keyData

◆ bytes [1/3]

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

Referenced by Warden::BuildChecksum().

◆ bytes [2/3]

uint8 keyData::bytes[16]

◆ [struct] [3/3]

struct { ... } keyData::bytes

◆ ints [1/3]

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

◆ ints [2/3]

int keyData::ints[4]

◆ [struct] [3/3]

struct { ... } keyData::ints

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