libcppa
Version 0.1
|
attach(attachable *ptr)=0 | cppa::actor | [pure virtual] |
attach_functor(F &&ftor) | cppa::actor | |
by_id(std::uint32_t actor_id) | cppa::actor | [static] |
deref() | cppa::ref_counted | |
detach(const attachable::token &what)=0 | cppa::actor | [pure virtual] |
enqueue(actor *sender, const any_tuple &msg)=0 | cppa::channel | [pure virtual] |
establish_backlink(intrusive_ptr< actor > &other)=0 | cppa::actor | [pure virtual] |
establish_backlink(intrusive_ptr< actor > &&to) | cppa::actor | |
id() const | cppa::actor | |
join(group_ptr &what) | cppa::actor | |
leave(const group_ptr &what) | cppa::actor | |
link_to(intrusive_ptr< actor > &other)=0 | cppa::actor | [pure virtual] |
link_to(intrusive_ptr< actor > &&other) | cppa::actor | |
parent_process() const | cppa::actor | |
parent_process_ptr() const | cppa::actor | |
ref() | cppa::ref_counted | |
remove_backlink(intrusive_ptr< actor > &other)=0 | cppa::actor | [pure virtual] |
remove_backlink(intrusive_ptr< actor > &&to) | cppa::actor | |
unique() | cppa::ref_counted | |
unlink_from(intrusive_ptr< actor > &other)=0 | cppa::actor | [pure virtual] |
unlink_from(intrusive_ptr< actor > &&other) | cppa::actor |