Wire Sysio Wire Sysion 1.0.0
|
#include <actor.hpp>
Public Member Functions | |
actor () | |
template<typename InterfaceType > | |
actor (InterfaceType *p, fc::thread *t=&fc::thread::current()) | |
Public Member Functions inherited from fc::api< Interface, detail::actor_member > | |
api () | |
api (const T &p) | |
api (const api &cpy) | |
virtual | ~api () |
virtual uint64_t | get_handle () const override |
virtual api_id_type | register_api (api_connection &conn) const override |
vtable_type & | operator* () const |
vtable_type * | operator-> () const |
Public Member Functions inherited from fc::api_base | |
api_base () | |
virtual | ~api_base () |
template<typename T > | |
api< T, identity_member > | as () |
template<typename T > | |
api< T > | as () |
Additional Inherited Members | |
Public Types inherited from fc::api< Interface, detail::actor_member > | |
typedef vtable< Interface, detail::actor_member > | vtable_type |
Protected Attributes inherited from fc::api< Interface, detail::actor_member > | |
std::shared_ptr< vtable_type > | _vtable |
std::shared_ptr< fc::any > | _data |
Posts all method calls to another thread and returns a future.
|
inline |
Definition at line 58 of file actor.hpp.