SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
This is the complete list of members for simgrid::kernel::context::ContextFactory, including all inherited members.
attach(void_pfn_smxprocess_t cleanup_func, smx_actor_t process) | simgrid::kernel::context::ContextFactory | virtual |
ContextFactory(std::string name) | simgrid::kernel::context::ContextFactory | inlineexplicit |
create_context(std::function< void()> code, void_pfn_smxprocess_t cleanup, smx_actor_t process)=0 | simgrid::kernel::context::ContextFactory | pure virtual |
create_maestro(std::function< void()> code, smx_actor_t process) | simgrid::kernel::context::ContextFactory | virtual |
name() const | simgrid::kernel::context::ContextFactory | inline |
new_context(Args &&... args) | simgrid::kernel::context::ContextFactory | inlineprotected |
run_all()=0 | simgrid::kernel::context::ContextFactory | pure virtual |
self() | simgrid::kernel::context::ContextFactory | virtual |
~ContextFactory() | simgrid::kernel::context::ContextFactory | virtual |