Set the origin of the sequence of memory blocks managed by this proctor.

Synopses

Declared in <bslma_autodeallocator.h>

Set the origin of the sequence of memory blocks managed by this proctor.

void
reset(void** origin);

Set the origin of the sequence of memory blocks managed by this proctor.

template<class TYPE>
void
reset(TYPE** origin);

Parameters

Name

Description

origin

The address of the origin memory block pointer.

Created with MrDocs