|
Electroneum
|
#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 = "Electroneum Daemon" |
Definition at line 42 of file executor.h.
Definition at line 45 of file executor.h.
|
inline |
Definition at line 49 of file executor.h.
| t_daemon t_executor::create_daemon | ( | boost::program_options::variables_map const & | vm | ) |
Definition at line 58 of file executor.cpp.
|
static |
Definition at line 46 of file executor.cpp.


| std::string const & t_executor::name | ( | ) |
Definition at line 53 of file executor.cpp.
| bool t_executor::run_interactive | ( | boost::program_options::variables_map const & | vm | ) |
Definition at line 73 of file executor.cpp.
| bool t_executor::run_non_interactive | ( | boost::program_options::variables_map const & | vm | ) |
Definition at line 66 of file executor.cpp.
|
static |
Definition at line 47 of file executor.h.