Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
LazyPutter Class Reference

use this to make sure LazyPut is finalized in event of exception More...

#include <queue.h>

Inheritance diagram for LazyPutter:
[legend]
Collaboration diagram for LazyPutter:
[legend]

Public Member Functions

 LazyPutter (ByteQueue &bq, const byte *inString, size_t size)
 
 ~LazyPutter ()
 

Protected Member Functions

 LazyPutter (ByteQueue &bq)
 

Private Attributes

ByteQueuem_bq
 

Detailed Description

use this to make sure LazyPut is finalized in event of exception

Definition at line 129 of file queue.h.

Constructor & Destructor Documentation

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

Definition at line 132 of file queue.h.

Here is the call graph for this function:

LazyPutter::~LazyPutter ( )
inline

Definition at line 134 of file queue.h.

LazyPutter::LazyPutter ( ByteQueue bq)
inlineprotected

Definition at line 137 of file queue.h.

Member Data Documentation

ByteQueue& LazyPutter::m_bq
private

Definition at line 139 of file queue.h.


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