MyraMath
|
A JobGraph that deletes a heap allocated Object instance. More...
#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/jobgraph/Job.h>
#include <myramath/jobgraph/JobGraph.h>
#include <string>
#include <stdint.h>
Go to the source code of this file.
Classes | |
class | myra::DeleteJobGraph< Object > |
Encapsulates "delete object;" into a JobGraph of a single Job. More... | |
Functions | |
template<class Object > | |
JobGraph | myra::make_DeleteJobGraph (Object *object) |
Given a heap allocated Object, returns a JobGraph that delete's it when execute()'d. | |
A JobGraph that deletes a heap allocated Object instance.