Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Helper class to finalize Puts on ByteQueue. More...
#include <queue.h>
Public Member Functions | |
LazyPutterModifiable (ByteQueue &bq, byte *inString, size_t size) | |
Construct a LazyPutterModifiable. More... | |
Public Member Functions inherited from LazyPutter | |
LazyPutter (ByteQueue &bq, const byte *inString, size_t size) | |
Construct a LazyPutter. More... | |
Helper class to finalize Puts on ByteQueue.
LazyPutterModifiable ensures LazyPut is committed to the ByteQueue in event of exception. During destruction, the LazyPutterModifiable class calls FinalizeLazyPut.
Construct a LazyPutterModifiable.
bq | the ByteQueue |
inString | a byte array to insert |
size | the length of the byte array |
LazyPutterModifiable ensures LazyPut is committed to the ByteQueue in event of exception. During destruction, the LazyPutterModifiable class calls FinalizeLazyPut.