|
SimGrid
3.13
Versatile Simulation of Distributed Systems
|
Public Member Functions | |
| UContextFactory () | |
| virtual | ~UContextFactory () |
| virtual Context * | create_context (std::function< void()> code, void_pfn_smxprocess_t, smx_process_t process) override |
| void | run_all () override |
Public Member Functions inherited from simgrid::simix::ContextFactory | |
| ContextFactory (std::string name) | |
| virtual | ~ContextFactory () |
| virtual Context * | attach (void_pfn_smxprocess_t cleanup_func, smx_process_t process) |
| Creates a context from the current context of execution. More... | |
| virtual Context * | create_maestro (std::function< void()> code, smx_process_t process) |
| virtual Context * | self () |
| std::string const & | name () const |
Public Attributes | |
| friend | UContext |
| friend | SerialUContext |
| friend | ParallelUContext |
Additional Inherited Members | |
Protected Member Functions inherited from simgrid::simix::ContextFactory | |
| template<class T , class... Args> | |
| T * | new_context (Args &&...args) |
| simgrid::simix::UContextFactory::UContextFactory | ( | ) |
|
virtual |
|
overridevirtual |
Implements simgrid::simix::ContextFactory.
|
overridevirtual |
Implements simgrid::simix::ContextFactory.
| friend simgrid::simix::UContextFactory::UContext |
| friend simgrid::simix::UContextFactory::SerialUContext |
| friend simgrid::simix::UContextFactory::ParallelUContext |