![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cCipherTypeDef.h>
Public Member Functions | |
CipherAlgorithm_TYPE | get_HashCode () const noexcept |
virtual cCipherBase * | AllocCipherAlg (bool bEncodeMode) const =0 |
Public Attributes | |
const CipherAlgorithm_TYPE | m_eCipherAlgorithm |
Protected Member Functions | |
cCipherAlgDef (CipherAlgorithm_TYPE eCipherAlgorithm) noexcept | |
virtual | ~cCipherAlgDef () |
Metadata about CipherAlgorithm_TYPE.
|
inlineprotectednoexcept |
|
inlineprotectedvirtual |
|
pure virtual |
|
inlinenoexcept |
For sorting.
const CipherAlgorithm_TYPE GrayLib::cCipherAlgDef::m_eCipherAlgorithm |