Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Functions | Variables
deploymentinfo.h File Reference
#include <consensus/params.h>
#include <optional>
#include <string>
Include dependency graph for deploymentinfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  VBDeploymentInfo
 

Functions

std::string DeploymentName (Consensus::BuriedDeployment dep)
 
std::string DeploymentName (Consensus::DeploymentPos pos)
 
std::optional< Consensus::BuriedDeploymentGetBuriedDeployment (const std::string_view deployment_name)
 

Variables

const VBDeploymentInfo VersionBitsDeploymentInfo [Consensus::MAX_VERSION_BITS_DEPLOYMENTS]
 

Function Documentation

◆ DeploymentName() [1/2]

std::string DeploymentName ( Consensus::BuriedDeployment  dep)

Definition at line 22 of file deploymentinfo.cpp.

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

◆ DeploymentName() [2/2]

std::string DeploymentName ( Consensus::DeploymentPos  pos)
inline

Definition at line 24 of file deploymentinfo.h.

Here is the call graph for this function:

◆ GetBuriedDeployment()

std::optional<Consensus::BuriedDeployment> GetBuriedDeployment ( const std::string_view  deployment_name)

Definition at line 40 of file deploymentinfo.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ VersionBitsDeploymentInfo

const VBDeploymentInfo VersionBitsDeploymentInfo[Consensus::MAX_VERSION_BITS_DEPLOYMENTS]
extern

Definition at line 1 of file deploymentinfo.cpp.