template<class T, class B, bool GA = false, bool PA = false>
class BlockGetAndPut< T, B, GA, PA >
Access a block of memory.
- Template Parameters
-
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.
- See also
- GetBlock() and PutBlock().
Definition at line 2233 of file misc.h.