Clio develop
The XRP Ledger API server.
|
Yaml representation of config. More...
#include <ConfigFileYaml.hpp>
Public Member Functions | |
Value | getValue (std::string_view key) const override |
Retrieves the value of configValue. | |
std::vector< Value > | getArray (std::string_view key) const override |
Retrieves an array of configuration values. | |
bool | containsKey (std::string_view key) const override |
Checks if key exist in configuration file. | |
Public Member Functions inherited from util::config::ConfigFileInterface |
Yaml representation of config.
|
overridevirtual |
Checks if key exist in configuration file.
key | The key to search for. |
Implements util::config::ConfigFileInterface.
|
overridevirtual |
Retrieves an array of configuration values.
key | The key of the configuration array. |
Implements util::config::ConfigFileInterface.
|
overridevirtual |
Retrieves the value of configValue.
key | The key of configuration. |
Implements util::config::ConfigFileInterface.