|
Crypto++ 8.9
Free C++ class library of cryptographic schemes
|
Helper class to finalize Puts on ByteQueue. More...
#include <queue.h>
Inheritance diagram for LazyPutterModifiable:Public Member Functions | |
| LazyPutterModifiable (ByteQueue &bq, byte *inString, size_t size) | |
| Construct a LazyPutterModifiable. | |
Public Member Functions inherited from LazyPutter | |
| LazyPutter (ByteQueue &bq, const byte *inString, size_t size) | |
| Construct a LazyPutter. | |
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.