CAutoVectorPtr Members

Methods

Allocate

Call this method to allocate the memory required by the array of objects pointed to by CAutoVectorPtr.

Attach

Call this method to take ownership of an existing pointer.

CAutoVectorPtr

The constructor.

~CAutoVectorPtr

The destructor.

Detach

Call this method to release ownership of a pointer.

Free

Call this method to delete an object pointed to by a CAutoVectorPtr.

Operators

operator =

The assignment operator.

operator T *

The cast operator.

Data Members

m_p

The pointer data member variable.

See Also

Reference

CAutoVectorPtr Class