Crypto++
8.6
Free C++ class library of cryptographic schemes
|
Forward declarations for SecBlock. More...
Go to the source code of this file.
Classes | |
class | SecBlock< T, A > |
Secure memory block with allocator and cleanup. More... | |
class | AllocatorWithCleanup< T, T_Align16 > |
Allocates a block of memory with cleanup. More... | |
Typedefs | |
typedef SecBlock< byte, AllocatorWithCleanup< byte, false > > | SecByteBlock |
typedef SecBlock< word, AllocatorWithCleanup< word, false > > | SecWordBlock |
typedef SecBlock< byte, AllocatorWithCleanup< byte, true > > | AlignedSecByteBlock |
Forward declarations for SecBlock.
secblock.h and misc.h have a circular dependency. secblockfwd.h allows the library to sidestep the circular dependency, and reference SecBlock classes without the full implementation.
Definition in file secblockfwd.h.