#include <Context.hpp>
|
| template<class T , class... Args> |
| T * | new_context (Args &&... args) |
| |
§ ContextFactory()
| simgrid::kernel::context::ContextFactory::ContextFactory |
( |
std::string |
name | ) |
|
|
inlineexplicit |
§ ~ContextFactory()
| simgrid::kernel::context::ContextFactory::~ContextFactory |
( |
| ) |
|
|
virtualdefault |
§ create_context()
§ attach()
§ create_maestro()
§ run_all()
| virtual void simgrid::kernel::context::ContextFactory::run_all |
( |
| ) |
|
|
pure virtual |
§ self()
| Context * simgrid::kernel::context::ContextFactory::self |
( |
| ) |
|
|
virtual |
§ name()
| std::string const& simgrid::kernel::context::ContextFactory::name |
( |
| ) |
const |
|
inline |
§ new_context()
template<class T , class... Args>
| T* simgrid::kernel::context::ContextFactory::new_context |
( |
Args &&... |
args | ) |
|
|
inlineprotected |
The documentation for this class was generated from the following files: