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 4423 of file wallet_rpc_server.cpp.

Member Typedef Documentation

◆ t_daemon

Definition at line 4428 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 4435 of file wallet_rpc_server.cpp.

4436  {
4437  return t_daemon(vm);
4438  }
::t_daemon t_daemon

◆ name()

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

Definition at line 4430 of file wallet_rpc_server.cpp.

4431  {
4432  return NAME;
4433  }
static std::string const NAME

◆ run_interactive()

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

Definition at line 4445 of file wallet_rpc_server.cpp.

4446  {
4447  return t_daemon(vm).run();
4448  }
::t_daemon t_daemon
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 4440 of file wallet_rpc_server.cpp.

4441  {
4442  return t_daemon(vm).run();
4443  }
::t_daemon t_daemon
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 4426 of file wallet_rpc_server.cpp.


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