TrinityCore
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 158 of file Warden.cpp.

Member Data Documentation

◆ 

union { ... } keyData::@339

◆ bytes [1/3]

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

Definition at line 160 of file Warden.cpp.

◆ bytes [2/3]

uint8 keyData::bytes[16]

Definition at line 103 of file WardenMac.cpp.

◆  [3/3]

struct { ... } keyData::bytes

◆ ints [1/3]

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

Definition at line 161 of file Warden.cpp.

◆ ints [2/3]

int keyData::ints[4]

Definition at line 108 of file WardenMac.cpp.

◆  [3/3]

struct { ... } keyData::ints

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