TrinityCore
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

Definition at line 157 of file Warden.cpp.

Member Data Documentation

◆ [union]

union { ... } keyData

◆ bytes [1/3]

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

Definition at line 159 of file Warden.cpp.

◆ bytes [2/3]

uint8 keyData::bytes[16]

Definition at line 104 of file WardenMac.cpp.

◆ [struct] [3/3]

struct { ... } keyData::bytes

◆ ints [1/3]

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

Definition at line 160 of file Warden.cpp.

◆ ints [2/3]

int keyData::ints[4]

Definition at line 109 of file WardenMac.cpp.

◆ [struct] [3/3]

struct { ... } keyData::ints

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