#include <state.hpp>
Definition at line 37 of file state.hpp.
◆ method
◆ ~state()
fc::rpc::state::~state |
( |
| ) |
|
◆ add_method()
void fc::rpc::state::add_method |
( |
const std::string & |
name, |
|
|
method |
m |
|
) |
| |
◆ close()
void fc::rpc::state::close |
( |
| ) |
|
◆ handle_reply()
void fc::rpc::state::handle_reply |
( |
const response & |
response | ) |
|
◆ local_call()
variant fc::rpc::state::local_call |
( |
const string & |
method_name, |
|
|
const variants & |
args |
|
) |
| |
◆ on_unhandled()
void fc::rpc::state::on_unhandled |
( |
const std::function< variant(const string &, const variants &)> & |
unhandled | ) |
|
◆ remove_method()
void fc::rpc::state::remove_method |
( |
const std::string & |
name | ) |
|
◆ start_remote_call()
request fc::rpc::state::start_remote_call |
( |
const string & |
method_name, |
|
|
variants |
args |
|
) |
| |
◆ wait_for_response()
variant fc::rpc::state::wait_for_response |
( |
const variant & |
request_id | ) |
|
The documentation for this class was generated from the following files: