|
rippled
|
#include <AmendmentTable.h>

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 |
Definition at line 41 of file AmendmentTable.h.
|
delete |
| ripple::AmendmentTable::FeatureInfo::FeatureInfo | ( | std::string const & | n, |
| uint256 const & | f, | ||
| VoteBehavior | v | ||
| ) |
Definition at line 44 of file AmendmentTable.h.
| std::string const ripple::AmendmentTable::FeatureInfo::name |
Definition at line 49 of file AmendmentTable.h.
| uint256 const ripple::AmendmentTable::FeatureInfo::feature |
Definition at line 50 of file AmendmentTable.h.
| VoteBehavior const ripple::AmendmentTable::FeatureInfo::vote |
Definition at line 51 of file AmendmentTable.h.