Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayMapData::CMapKey Class Reference

#include <cMapKeys.h>

Public Member Functions

 CMapKey (HASHCODE_t dwHashCode=0, MAP_KEY_TYPE KeyCur=0, MAP_KEY_TYPE KeyNew=0)
 
HASHCODE_t get_HashCode () const noexcept
 
bool operator== (const CMapKey &key) const noexcept
 

Public Attributes

HASHCODE_t m_dwHashCode
 
MAP_KEY_TYPE m_KeyCur
 
MAP_KEY_TYPE m_KeyNew
 

Detailed Description

Keys to encrypt/decrypt sections of the map.

Constructor & Destructor Documentation

◆ CMapKey()

GrayMapData::CMapKey::CMapKey ( HASHCODE_t  dwHashCode = 0,
MAP_KEY_TYPE  KeyCur = 0,
MAP_KEY_TYPE  KeyNew = 0 
)
inline

Member Function Documentation

◆ get_HashCode()

HASHCODE_t GrayMapData::CMapKey::get_HashCode ( ) const
inlinenoexcept

◆ operator==()

bool GrayMapData::CMapKey::operator== ( const CMapKey key) const
inlinenoexcept

Member Data Documentation

◆ m_dwHashCode

HASHCODE_t GrayMapData::CMapKey::m_dwHashCode

◆ m_KeyCur

MAP_KEY_TYPE GrayMapData::CMapKey::m_KeyCur

◆ m_KeyNew

MAP_KEY_TYPE GrayMapData::CMapKey::m_KeyNew

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