rippled
Public Member Functions | Public Attributes | List of all members
ripple::AmendmentTable::FeatureInfo Struct Reference
Collaboration diagram for ripple::AmendmentTable::FeatureInfo:
Collaboration graph
[legend]

Public Member Functions

 FeatureInfo ()=delete
 
 FeatureInfo (std::string const &n, uint256 const &f, VoteBehavior v)
 

Public Attributes

const std::string name
 
const uint256 feature
 
const VoteBehavior vote
 

Detailed Description

Definition at line 40 of file AmendmentTable.h.

Constructor & Destructor Documentation

◆ FeatureInfo() [1/2]

ripple::AmendmentTable::FeatureInfo::FeatureInfo ( )
delete

◆ FeatureInfo() [2/2]

ripple::AmendmentTable::FeatureInfo::FeatureInfo ( std::string const &  n,
uint256 const &  f,
VoteBehavior  v 
)

Definition at line 43 of file AmendmentTable.h.

Member Data Documentation

◆ name

const std::string ripple::AmendmentTable::FeatureInfo::name

Definition at line 48 of file AmendmentTable.h.

◆ feature

const uint256 ripple::AmendmentTable::FeatureInfo::feature

Definition at line 49 of file AmendmentTable.h.

◆ vote

const VoteBehavior ripple::AmendmentTable::FeatureInfo::vote

Definition at line 50 of file AmendmentTable.h.