rippled
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ripple::AmendmentTable::FeatureInfo Struct Reference

#include <AmendmentTable.h>

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

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

Detailed Description

Definition at line 41 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 44 of file AmendmentTable.h.

Member Data Documentation

◆ name

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

Definition at line 49 of file AmendmentTable.h.

◆ feature

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

Definition at line 50 of file AmendmentTable.h.

◆ vote

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

Definition at line 51 of file AmendmentTable.h.