Bitcoin Core 28.99.0
P2P Digital Currency
Namespaces | Functions
server_util.h File Reference
#include <any>
Include dependency graph for server_util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  node
 
namespace  interfaces
 

Functions

node::NodeContextEnsureAnyNodeContext (const std::any &context)
 
CTxMemPoolEnsureMemPool (const node::NodeContext &node)
 
CTxMemPoolEnsureAnyMemPool (const std::any &context)
 
BanManEnsureBanman (const node::NodeContext &node)
 
BanManEnsureAnyBanman (const std::any &context)
 
ArgsManagerEnsureArgsman (const node::NodeContext &node)
 
ArgsManagerEnsureAnyArgsman (const std::any &context)
 
ChainstateManagerEnsureChainman (const node::NodeContext &node)
 
ChainstateManagerEnsureAnyChainman (const std::any &context)
 
CBlockPolicyEstimatorEnsureFeeEstimator (const node::NodeContext &node)
 
CBlockPolicyEstimatorEnsureAnyFeeEstimator (const std::any &context)
 
CConnmanEnsureConnman (const node::NodeContext &node)
 
interfaces::MiningEnsureMining (const node::NodeContext &node)
 
PeerManagerEnsurePeerman (const node::NodeContext &node)
 
AddrManEnsureAddrman (const node::NodeContext &node)
 
AddrManEnsureAnyAddrman (const std::any &context)
 

Function Documentation

◆ EnsureAddrman()

AddrMan & EnsureAddrman ( const node::NodeContext node)

Definition at line 120 of file server_util.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EnsureAnyAddrman()

AddrMan & EnsureAnyAddrman ( const std::any &  context)

Definition at line 128 of file server_util.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EnsureAnyArgsman()

ArgsManager & EnsureAnyArgsman ( const std::any &  context)

Definition at line 65 of file server_util.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EnsureAnyBanman()

BanMan & EnsureAnyBanman ( const std::any &  context)

Definition at line 52 of file server_util.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EnsureAnyChainman()

ChainstateManager & EnsureAnyChainman ( const std::any &  context)

Definition at line 78 of file server_util.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EnsureAnyFeeEstimator()

CBlockPolicyEstimator & EnsureAnyFeeEstimator ( const std::any &  context)

Definition at line 91 of file server_util.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EnsureAnyMemPool()

CTxMemPool & EnsureAnyMemPool ( const std::any &  context)

Definition at line 38 of file server_util.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EnsureAnyNodeContext()

node::NodeContext & EnsureAnyNodeContext ( const std::any &  context)

Definition at line 21 of file server_util.cpp.

Here is the call graph for this function:

◆ EnsureArgsman()

ArgsManager & EnsureArgsman ( const node::NodeContext node)

Definition at line 57 of file server_util.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EnsureBanman()

BanMan & EnsureBanman ( const node::NodeContext node)

Definition at line 44 of file server_util.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EnsureChainman()

ChainstateManager & EnsureChainman ( const node::NodeContext node)

Definition at line 70 of file server_util.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EnsureConnman()

CConnman & EnsureConnman ( const node::NodeContext node)

Definition at line 96 of file server_util.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EnsureFeeEstimator()

CBlockPolicyEstimator & EnsureFeeEstimator ( const node::NodeContext node)

Definition at line 83 of file server_util.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EnsureMemPool()

CTxMemPool & EnsureMemPool ( const node::NodeContext node)

Definition at line 30 of file server_util.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EnsureMining()

interfaces::Mining & EnsureMining ( const node::NodeContext node)

Definition at line 104 of file server_util.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EnsurePeerman()

PeerManager & EnsurePeerman ( const node::NodeContext node)

Definition at line 112 of file server_util.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: