Raven Core  3.0.0
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 138 of file txmempool.h.

Constructor & Destructor Documentation

◆ update_descendant_state()

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

Definition at line 140 of file txmempool.h.

Member Function Documentation

◆ operator()()

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

Definition at line 144 of file txmempool.h.

Here is the call graph for this function:

Member Data Documentation

◆ modifyCount

int64_t update_descendant_state::modifyCount
private

Definition at line 150 of file txmempool.h.

◆ modifyFee

CAmount update_descendant_state::modifyFee
private

Definition at line 149 of file txmempool.h.

◆ modifySize

int64_t update_descendant_state::modifySize
private

Definition at line 148 of file txmempool.h.


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