|
Monero
|
#include <daemon.h>
Public Member Functions | |
| t_daemon (boost::program_options::variables_map const &vm, uint16_t public_rpc_port=0) | |
| t_daemon (t_daemon &&other) | |
| t_daemon & | operator= (t_daemon &&other) |
| ~t_daemon () | |
| bool | run (bool interactive=false) |
| void | stop () |
Static Public Member Functions | |
| static void | init_options (boost::program_options::options_description &option_spec) |
Private Member Functions | |
| void | stop_p2p () |
Private Attributes | |
| std::unique_ptr< t_internals > | mp_internals |
| uint16_t | public_rpc_port |
| t_daemon::t_daemon | ( | boost::program_options::variables_map const & | vm, |
| uint16_t | public_rpc_port = 0 ) |
| t_daemon::t_daemon | ( | t_daemon && | other | ) |
|
default |
|
static |
| bool t_daemon::run | ( | bool | interactive = false | ) |
| void t_daemon::stop | ( | ) |
|
private |
|
private |
|
private |