Electroneum
t_executor Class Referencefinal
Collaboration diagram for t_executor:

Public Types

typedef ::t_daemon t_daemon
 

Public Member Functions

std::string const & name () const
 
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 Attributes

static std::string const NAME = "Wallet RPC Daemon"
 

Detailed Description

Definition at line 4403 of file wallet_rpc_server.cpp.

Member Typedef Documentation

◆ t_daemon

Definition at line 4408 of file wallet_rpc_server.cpp.

Member Function Documentation

◆ create_daemon()

t_daemon t_executor::create_daemon ( boost::program_options::variables_map const &  vm)
inline

Definition at line 4415 of file wallet_rpc_server.cpp.

4416  {
4417  return t_daemon(vm);
4418  }
::t_daemon t_daemon

◆ name()

std::string const& t_executor::name ( ) const
inline

Definition at line 4410 of file wallet_rpc_server.cpp.

4411  {
4412  return NAME;
4413  }
static std::string const NAME

◆ run_interactive()

bool t_executor::run_interactive ( boost::program_options::variables_map const &  vm)
inline

Definition at line 4425 of file wallet_rpc_server.cpp.

4426  {
4427  return t_daemon(vm).run();
4428  }
Here is the call graph for this function:

◆ run_non_interactive()

bool t_executor::run_non_interactive ( boost::program_options::variables_map const &  vm)
inline

Definition at line 4420 of file wallet_rpc_server.cpp.

4421  {
4422  return t_daemon(vm).run();
4423  }
Here is the call graph for this function:

Member Data Documentation

◆ NAME

std::string const t_executor::NAME = "Wallet RPC Daemon"
static

Definition at line 4406 of file wallet_rpc_server.cpp.


The documentation for this class was generated from the following file: