|
SimGrid
3.21
Versatile Simulation of Distributed Systems
|
Classes | |
| class | Action |
| class | ActionHeap |
| class | Model |
| SURF model interface class. More... | |
| class | Resource |
| SURF resource interface class. More... | |
Typedefs | |
| typedef std::pair< double, simgrid::kernel::resource::Action * > | 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 > > > | heap_type |
| 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 |