Bitcoin Core  22.99.0
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 315 of file txmempool.h.

Constructor & Destructor Documentation

◆ update_lock_points()

update_lock_points::update_lock_points ( const LockPoints _lp)
inlineexplicit

Definition at line 317 of file txmempool.h.

Member Function Documentation

◆ operator()()

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

Definition at line 319 of file txmempool.h.

Here is the call graph for this function:

Member Data Documentation

◆ lp

const LockPoints& update_lock_points::lp
private

Definition at line 322 of file txmempool.h.


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