Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

update_lock_points Struct Reference

#include <txmempool.h>

+ Collaboration diagram for update_lock_points:

Public Member Functions

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

Private Attributes

const LockPointslp
 

Detailed Description

Definition at line 183 of file txmempool.h.

Constructor & Destructor Documentation

◆ update_lock_points()

update_lock_points::update_lock_points ( const LockPoints _lp)
inlineexplicit

Definition at line 185 of file txmempool.h.

Member Function Documentation

◆ operator()()

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

Definition at line 187 of file txmempool.h.

References lp, and CTxMemPoolEntry::UpdateLockPoints().

Member Data Documentation

◆ lp

const LockPoints& update_lock_points::lp
private

Definition at line 190 of file txmempool.h.

Referenced by operator()().


The documentation for this struct was generated from the following file:
Released under the MIT license