SimGrid
3.13
Versatile Simulation of Distributed Systems
|
#include <memory>
Classes | |
struct | simgrid::xbt::destroy_delete< T > |
Delete operator which call a destroy() free function. More... | |
Namespaces | |
simgrid | |
simgrid::xbt | |
Typedefs | |
template<class T > | |
using | simgrid::xbt::unique_ptr = std::unique_ptr< T, destroy_delete< T > > |
A unique_ptr which works for SimGrid C types (dynar, swag, automaton, etc.) More... | |