Definition in file allocatingpointer.h.
#include <functional>
Include dependency graph for allocatingpointer.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | AllocatingPointer |
| Version of OwningPointer that adds a default argument to the value constructor, thus making it parameter-less, which allows it to be used in e.g. More... | |
| struct | CopyAsNominalType |
| Returns a copy of the given object. More... | |
| struct | CopyUsingClone |
| Returns a copy of the given object. More... | |
| class | MemoryReference |
| Keeps track of at most one pointer, deleting it when this object is destroyed. More... | |
| class | OwningPointer |
| Simple pointer-like class to hide whether the object pointed to is an external object with its own lifetime, or an object allocated and managed by this class. More... | |
1.3-rc2