Crypto++
8.9
Free C++ class library of cryptographic schemes
|
Access a block of memory. More...
Public Types | |
typedef PutBlock< T, B, PA > | Put |
Static Public Member Functions | |
static GetBlock< T, B, GA > | Get (const void *block) |
Access a block of memory.
T | class or type |
B | enumeration indicating endianness |
GA | flag indicating alignment for the Get operation |
PA | flag indicating alignment for the Put operation |
GetBlock() provides alternate write access to a block of memory. The enumeration B is BigEndian or LittleEndian. The flag A indicates if the memory block is aligned for class or type T.