#include <executor.h>
|
| static void | init_options (boost::program_options::options_description &configurable_options) |
| |
|
| static std::string const | NAME = "Electroneum Daemon" |
| |
Definition at line 42 of file executor.h.
◆ t_daemon
◆ t_executor()
| daemonize::t_executor::t_executor |
( |
uint16_t |
public_rpc_port = 0 | ) |
|
|
inline |
Definition at line 49 of file executor.h.
49 : public_rpc_port(public_rpc_port)
◆ create_daemon()
| t_daemon t_executor::create_daemon |
( |
boost::program_options::variables_map const & |
vm | ) |
|
Definition at line 58 of file executor.cpp.
63 return t_daemon{vm, public_rpc_port};
const char *const ELECTRONEUM_RELEASE_NAME
const char *const ELECTRONEUM_VERSION_FULL
◆ init_options()
| void t_executor::init_options |
( |
boost::program_options::options_description & |
configurable_options | ) |
|
|
static |
Definition at line 46 of file executor.cpp.
static void init_options(boost::program_options::options_description &option_spec)
◆ name()
| std::string const & t_executor::name |
( |
| ) |
|
Definition at line 53 of file executor.cpp.
static std::string const NAME
◆ run_interactive()
| bool t_executor::run_interactive |
( |
boost::program_options::variables_map const & |
vm | ) |
|
◆ run_non_interactive()
| bool t_executor::run_non_interactive |
( |
boost::program_options::variables_map const & |
vm | ) |
|
◆ NAME
| std::string const t_executor::NAME = "Electroneum Daemon" |
|
static |
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/src/daemon/executor.h
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/src/daemon/executor.cpp