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