Public Member Functions | |
client_base (const mace::rpc::json::connection::ptr &c) | |
client_base (const std::string &host, uint16_t port) | |
client_base (const client_base &c) | |
template<typename R , typename ParamSeq > | |
mace::cmt::future< R > | call_fused (const std::string &method, const ParamSeq ¶m) |
template<typename ParamSeq > | |
void | notice_fused (const std::string &method, const ParamSeq ¶m) |
mace::rpc::json::connection::ptr | get_connection () const |
Protected Attributes | |
mace::rpc::json::connection::ptr | m_con |
Definition at line 8 of file client_base.hpp.