|
Security Scol plugin
|
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. | |
Public Member Functions inherited from LazyPutter | |
| LazyPutter (ByteQueue &bq, const byte *inString, size_t size) | |
| Construct a LazyPutter. | |
Additional Inherited Members | |
Protected Member Functions inherited from LazyPutter | |
| LazyPutter (ByteQueue &bq) | |
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.