|
Monero
|
#include <executor.h>
Public Types | |
| typedef ::daemonize::t_daemon | t_daemon |
Public Member Functions | |
| t_executor (uint16_t public_rpc_port=0) | |
| std::string const & | name () |
| t_daemon | create_daemon (boost::program_options::variables_map const &vm) |
| bool | run_non_interactive (boost::program_options::variables_map const &vm) |
| bool | run_interactive (boost::program_options::variables_map const &vm) |
Static Public Member Functions | |
| static void | init_options (boost::program_options::options_description &configurable_options) |
Static Public Attributes | |
| static std::string const | NAME = "Monero Daemon" |
Private Attributes | |
| uint16_t | public_rpc_port |
|
inline |
| t_daemon t_executor::create_daemon | ( | boost::program_options::variables_map const & | vm | ) |
|
static |
| std::string const & t_executor::name | ( | ) |
| bool t_executor::run_interactive | ( | boost::program_options::variables_map const & | vm | ) |
| bool t_executor::run_non_interactive | ( | boost::program_options::variables_map const & | vm | ) |
|
static |
|
private |