#include <xmltooling/unicode.h>
Public Member Functions | |
auto_arrayptr (T *ptr) | |
Constructor. | |
~auto_arrayptr () | |
Destructor, uses array delete operation on wrapped pointer. | |
const T * | get () const |
Returns the wrapped pointer. | |
T * | release () |
Returns the wrapped pointer and transfers ownership of it to the caller. |
T | type of pointer to wrap |
|
Constructor.
|
|
Returns the wrapped pointer.
|
|
Returns the wrapped pointer and transfers ownership of it to the caller.
|