Interface Delegate that adapts an interface for asynchronous calls over the network. More...
#include <client_interface.hpp>
Classes | |
| struct | calculate_type |
| Implements the InterfaceDelegate meta-function to determine what type to create to mirror MemberPointer in mace::reflect::vtable used by mace::stub::ptr. More... | |
Static Public Member Functions | |
| template<typename ClientType > | |
| static void | set (ClientType &cl) |
To specialize how a particular member is mirrored define the partial specialization of client_member for your type.
template<typename Type, typename Class> client_member<Type(Class::*)>
Definition at line 69 of file client_interface.hpp.
1.8.0