Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <any>
Go to the source code of this file.
Namespaces | |
namespace | node |
namespace | avalanche |
Functions | |
node::NodeContext & | EnsureAnyNodeContext (const std::any &context) |
CTxMemPool & | EnsureMemPool (const node::NodeContext &node) |
CTxMemPool & | EnsureAnyMemPool (const std::any &context) |
ArgsManager & | EnsureArgsman (const node::NodeContext &node) |
ArgsManager & | EnsureAnyArgsman (const std::any &context) |
ChainstateManager & | EnsureChainman (const node::NodeContext &node) |
ChainstateManager & | EnsureAnyChainman (const std::any &context) |
CConnman & | EnsureConnman (const node::NodeContext &node) |
PeerManager & | EnsurePeerman (const node::NodeContext &node) |
avalanche::Processor & | EnsureAvalanche (const node::NodeContext &node) |
ArgsManager & EnsureAnyArgsman | ( | const std::any & | context | ) |
Definition at line 48 of file server_util.cpp.
ChainstateManager & EnsureAnyChainman | ( | const std::any & | context | ) |
Definition at line 59 of file server_util.cpp.
CTxMemPool & EnsureAnyMemPool | ( | const std::any & | context | ) |
Definition at line 37 of file server_util.cpp.
node::NodeContext & EnsureAnyNodeContext | ( | const std::any & | context | ) |
ArgsManager & EnsureArgsman | ( | const node::NodeContext & | node | ) |
Definition at line 41 of file server_util.cpp.
avalanche::Processor & EnsureAvalanche | ( | const node::NodeContext & | node | ) |
Definition at line 81 of file server_util.cpp.
ChainstateManager & EnsureChainman | ( | const node::NodeContext & | node | ) |
Definition at line 52 of file server_util.cpp.
CConnman & EnsureConnman | ( | const node::NodeContext & | node | ) |
Definition at line 63 of file server_util.cpp.
CTxMemPool & EnsureMemPool | ( | const node::NodeContext & | node | ) |
Definition at line 29 of file server_util.cpp.
PeerManager & EnsurePeerman | ( | const node::NodeContext & | node | ) |
Definition at line 72 of file server_util.cpp.