SimGrid
3.13
Versatile Simulation of Distributed Systems
|
Namespaces | |
simgrid | |
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... | |
template<class T > | |
xbt_dynar_t | simgrid::xbt::newDestroyDynar () |
Dynar of T* which destroy() its values. More... | |