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