#include <config_api.hpp>
|
boost::program_options::options_description | get_options_descriptions () const |
|
void | set_options (const boost::program_options::variables_map &options) |
|
const std::string & | api_name () const |
|
template<typename MemberType > |
void | get_option_description (bpo::options_description_easy_init &options, const char *member_name) const |
|
template<typename MemberType > |
void | set_option (const bpo::variables_map &options, MemberType &member, const char *member_name) |
|
Definition at line 13 of file config_api.hpp.
◆ config_api() [1/3]
scorum::config_api::config_api |
( |
| ) |
|
|
protecteddelete |
◆ config_api() [2/3]
scorum::config_api::config_api |
( |
const std::string & |
api_name | ) |
|
|
protected |
◆ config_api() [3/3]
scorum::config_api::config_api |
( |
config_api & |
config | ) |
|
|
protected |
◆ api_name()
const std::string& scorum::config_api::api_name |
( |
| ) |
const |
|
inline |
◆ get_option_description()
template<typename MemberType >
void scorum::config_api::get_option_description |
( |
bpo::options_description_easy_init & |
options, |
|
|
const char * |
member_name |
|
) |
| const |
◆ get_options_descriptions()
bpo::options_description scorum::config_api::get_options_descriptions |
( |
| ) |
const |
◆ set_option()
template<typename MemberType >
void scorum::config_api::set_option |
( |
const bpo::variables_map & |
options, |
|
|
MemberType & |
member, |
|
|
const char * |
member_name |
|
) |
| |
◆ set_options()
void scorum::config_api::set_options |
( |
const boost::program_options::variables_map & |
options | ) |
|
◆ get_api_config
config_api& get_api_config |
( |
std::string |
api_name | ) |
|
|
friend |
◆ lookup_limit
const uint32_t& scorum::config_api::lookup_limit |
◆ max_blockchain_history_depth
const uint32_t& scorum::config_api::max_blockchain_history_depth |
◆ max_blocks_history_depth
const uint32_t& scorum::config_api::max_blocks_history_depth |
◆ max_budgets_list_size
const uint32_t& scorum::config_api::max_budgets_list_size |
◆ max_discussions_list_size
const uint32_t& scorum::config_api::max_discussions_list_size |
◆ max_timestamp_range_in_s
const uint32_t& scorum::config_api::max_timestamp_range_in_s |
◆ tags_to_analize_count
const uint32_t& scorum::config_api::tags_to_analize_count |
The documentation for this class was generated from the following files: