| Actor(Actor const &)=delete | simgrid::s4u::Actor | |
| by_pid(aid_t pid) | simgrid::s4u::Actor | static |
| create(std::string name, s4u::Host *host, std::function< void()> code) | simgrid::s4u::Actor | static |
| create(std::string name, s4u::Host *host, F code) | simgrid::s4u::Actor | inlinestatic |
| create(std::string name, s4u::Host *host, F code, Args... args) | simgrid::s4u::Actor | inlinestatic |
| create(std::string name, s4u::Host *host, std::string function, std::vector< std::string > args) | simgrid::s4u::Actor | static |
| daemonize() | simgrid::s4u::Actor | |
| Extendable() | simgrid::xbt::Extendable< Actor > | inline |
| extension(std::size_t rank) | simgrid::xbt::Extendable< Actor > | inline |
| extension(Extension< Actor, U > rank) | simgrid::xbt::Extendable< Actor > | inline |
| extension() | simgrid::xbt::Extendable< Actor > | inline |
| extension_create(void(*deleter)(void *)) | simgrid::xbt::Extendable< Actor > | inlinestatic |
| extension_create(void(*deleter)(void *)) | simgrid::xbt::Extendable< Actor > | inlinestatic |
| extension_create() | simgrid::xbt::Extendable< Actor > | inlinestatic |
| extension_set(std::size_t rank, void *value, bool use_dtor=true) | simgrid::xbt::Extendable< Actor > | inline |
| extension_set(Extension< Actor, U > rank, U *value, bool use_dtor=true) | simgrid::xbt::Extendable< Actor > | inline |
| extension_set(U *p) | simgrid::xbt::Extendable< Actor > | inline |
| get_cname() const | simgrid::s4u::Actor | |
| get_host() | simgrid::s4u::Actor | |
| get_impl() | simgrid::s4u::Actor | |
| get_kill_time() | simgrid::s4u::Actor | |
| get_name() const | simgrid::s4u::Actor | |
| get_pid() const | simgrid::s4u::Actor | |
| get_ppid() const | simgrid::s4u::Actor | |
| get_properties() | simgrid::s4u::Actor | |
| get_property(std::string key) | simgrid::s4u::Actor | |
| intrusive_ptr_add_ref(Actor *actor) | simgrid::s4u::Actor | friend |
| intrusive_ptr_release(Actor *actor) | simgrid::s4u::Actor | friend |
| is_daemon() const | simgrid::s4u::Actor | |
| is_suspended() | simgrid::s4u::Actor | |
| join() | simgrid::s4u::Actor | |
| join(double timeout) | simgrid::s4u::Actor | |
| kill() | simgrid::s4u::Actor | |
| kill(aid_t pid) | simgrid::s4u::Actor | static |
| kill_all() | simgrid::s4u::Actor | static |
| migrate(Host *new_host) | simgrid::s4u::Actor | |
| on_creation | simgrid::s4u::Actor | static |
| on_destruction | simgrid::s4u::Actor | static |
| on_exit(std::function< void(int, void *)> fun, void *data) | simgrid::s4u::Actor | |
| on_migration_end | simgrid::s4u::Actor | static |
| on_migration_start | simgrid::s4u::Actor | static |
| on_resume | simgrid::s4u::Actor | static |
| on_sleep | simgrid::s4u::Actor | static |
| on_suspend | simgrid::s4u::Actor | static |
| on_wake_up | simgrid::s4u::Actor | static |
| operator=(Actor const &)=delete | simgrid::s4u::Actor | |
| restart() | simgrid::s4u::Actor | |
| resume() | simgrid::s4u::Actor | |
| self() | simgrid::s4u::Actor | static |
| set_auto_restart(bool autorestart) | simgrid::s4u::Actor | |
| set_kill_time(double time) | simgrid::s4u::Actor | |
| set_property(std::string key, std::string value) | simgrid::s4u::Actor | |
| suspend() | simgrid::s4u::Actor | |
| yield() | simgrid::s4u::Actor | |
| ~Extendable() | simgrid::xbt::Extendable< Actor > | inline |