|
SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
Namespaces | |
| simgrid | |
| Host datatype from SIMIX POV. | |
| simgrid::xbt | |
Typedefs | |
| template<class T > | |
| using | simgrid::xbt::DynarRange = boost::iterator_range< T * > |
| A C++ range from a a dynar. More... | |
Functions | |
| template<class T > | |
| DynarRange< T > | simgrid::xbt::range (xbt_dynar_t dynar) |
| Create an iterator range representing a dynar. More... | |
| template<class T > | |
| xbt_dynar_t | simgrid::xbt::newDeleteDynar () |
Dynar of T* which delete its values. More... | |