#include <allocatingpointer.h>
Inheritance diagram for AllocatingPointer< T, Cloner, default_own >:
arrays.
Definition at line 160 of file allocatingpointer.h.
Public Methods | |
AllocatingPointer (const T &value=T()) | |
Constructor for an internally-allocated variable. | |
AllocatingPointer (T *value_pointer, bool owns_object=default_own) | |
Constructor for a pointer to an external value. | |
void | operator= (const T &new_value) |
Override the underlying value with a new one. |