Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
update_descendant_state Struct Reference

#include <txmempool.h>

Public Member Functions

 update_descendant_state (int64_t _modifySize, CAmount _modifyFee, int64_t _modifyCount)
 
void operator() (CTxMemPoolEntry &e)
 

Private Attributes

int64_t modifySize
 
CAmount modifyFee
 
int64_t modifyCount
 

Detailed Description

Definition at line 140 of file txmempool.h.

Constructor & Destructor Documentation

update_descendant_state::update_descendant_state ( int64_t  _modifySize,
CAmount  _modifyFee,
int64_t  _modifyCount 
)
inline

Definition at line 142 of file txmempool.h.

Member Function Documentation

void update_descendant_state::operator() ( CTxMemPoolEntry e)
inline

Definition at line 146 of file txmempool.h.

Here is the call graph for this function:

Member Data Documentation

int64_t update_descendant_state::modifyCount
private

Definition at line 152 of file txmempool.h.

CAmount update_descendant_state::modifyFee
private

Definition at line 151 of file txmempool.h.

int64_t update_descendant_state::modifySize
private

Definition at line 150 of file txmempool.h.


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