#include <client.hpp>
Public Types | |
| typedef boost::shared_ptr< client > | ptr |
Public Member Functions | |
| client (const client &c) | |
| bool | operator! () const |
| client & | operator= (const client &c) |
| client (const mace::rpc::json::connection::ptr &c) | |
| client (const std::string &host, uint16_t port) | |
Given a connection, map methods on InterfaceType into RPC calls with the expected results returned as futures as defined by rpc::client_interface
Definition at line 18 of file client.hpp.
1.8.0