SimGrid
3.21
Versatile Simulation of Distributed Systems
|
#include <simgrid/forward.h>
#include <xbt/signal.hpp>
#include <xbt/utility.hpp>
#include <boost/heap/pairing_heap.hpp>
#include <boost/optional.hpp>
#include <string>
Classes | |
class | simgrid::kernel::resource::ActionHeap |
class | simgrid::kernel::resource::Action |
Namespaces | |
simgrid | |
simgrid::kernel | |
simgrid::kernel::resource | |
Typedefs | |
typedef std::pair< double, simgrid::kernel::resource::Action * > | simgrid::kernel::resource::heap_element_type |
typedef boost::heap::pairing_heap< heap_element_type, boost::heap::constant_time_size< false >, boost::heap::stable< true >, boost::heap::compare< simgrid::xbt::HeapComparator< heap_element_type > > > | simgrid::kernel::resource::heap_type |
Variables | |
static constexpr int | NO_MAX_DURATION = -1.0 |
|
static |