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

#include <txmempool.h>

Collaboration diagram for update_lock_points:
[legend]

Public Member Functions

 update_lock_points (const LockPoints &_lp)
 
void operator() (CTxMemPoolEntry &e)
 

Private Attributes

const LockPointslp
 

Detailed Description

Definition at line 181 of file txmempool.h.

Constructor & Destructor Documentation

update_lock_points::update_lock_points ( const LockPoints _lp)
inline

Definition at line 183 of file txmempool.h.

Member Function Documentation

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

Definition at line 185 of file txmempool.h.

Here is the call graph for this function:

Member Data Documentation

const LockPoints& update_lock_points::lp
private

Definition at line 188 of file txmempool.h.


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