|
rippled
|

Public Member Functions | |
| FeatureCollections () | |
| boost::optional< uint256 > | getRegisteredFeature (std::string const &name) const |
| std::size_t | featureToBitsetIndex (uint256 const &f) const |
| uint256 const & | bitsetIndexToFeature (size_t i) const |
Static Public Member Functions | |
| static constexpr std::size_t | numFeatures () |
Private Attributes | |
| std::vector< uint256 > | features |
| boost::container::flat_map< uint256, std::size_t > | featureToIndex |
| boost::container::flat_map< std::string, uint256 > | nameToFeature |
Static Private Attributes | |
| static constexpr char const *const | featureNames [] |
| ripple::detail::FeatureCollections::FeatureCollections | ( | ) |
Definition at line 32 of file Feature.cpp.
|
staticconstexpr |
| boost::optional< uint256 > ripple::detail::FeatureCollections::getRegisteredFeature | ( | std::string const & | name | ) | const |
Definition at line 52 of file Feature.cpp.
| size_t ripple::detail::FeatureCollections::featureToBitsetIndex | ( | uint256 const & | f | ) | const |
Definition at line 61 of file Feature.cpp.
| uint256 const & ripple::detail::FeatureCollections::bitsetIndexToFeature | ( | size_t | i | ) | const |
Definition at line 70 of file Feature.cpp.
|
staticconstexprprivate |
|
private |
|
private |
|
private |
1.8.17