SimGrid  3.21
Versatile Simulation of Distributed Systems
simgrid::kernel::resource Namespace Reference

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 Documentation

◆ heap_element_type

◆ heap_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