Crypto++  8.8
Free C++ class library of cryptographic schemes
Public Member Functions | List of all members
LazyPutter Class Reference

Helper class to finalize Puts on ByteQueue. More...

+ Inheritance diagram for LazyPutter:

Public Member Functions

 LazyPutter (ByteQueue &bq, const byte *inString, size_t size)
 Construct a LazyPutter. More...
 

Detailed Description

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.

Definition at line 218 of file queue.h.

Constructor & Destructor Documentation

◆ LazyPutter()

LazyPutter::LazyPutter ( ByteQueue bq,
const byte inString,
size_t  size 
)
inline

Construct a LazyPutter.

Parameters
bqthe ByteQueue
inStringa byte array to insert
sizethe length of the byte array

LazyPutter ensures LazyPut is committed to the ByteQueue in event of exception. During destruction, the LazyPutter class calls FinalizeLazyPut.

Definition at line 233 of file queue.h.


The documentation for this class was generated from the following file: