![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cMem.h>
Public Member Functions | |
size_t | get_DataLength () const noexcept |
const BYTE * | get_DataBytes () const noexcept |
operator const BYTE * () const noexcept | |
Public Attributes | |
BYTE | m_Data [TYPE_SIZE] |
All objects of this type are this size. More... | |
Static Public Attributes | |
static const size_t | k_Size = TYPE_SIZE |
All hashes of this type are this size (bytes). More... | |
static const size_t | k_SizeHexDigest = ((TYPE_SIZE * 2) + 1) |
hold a string with the hex digest of this. (chars). More... | |
Store an inline/static allocated blob of a specific known size/type. TYPE_SIZE in bytes.
|
inlinenoexcept |
|
inlinenoexcept |
size in bytes.
|
inlinenoexcept |
|
static |
All hashes of this type are this size (bytes).
|
static |
hold a string with the hex digest of this. (chars).
BYTE Gray::cMemStatic< TYPE_SIZE >::m_Data[TYPE_SIZE] |
All objects of this type are this size.