ivutils
Loading...
Searching...
No Matches
mngptr< T > Class Template Reference

Managed pointer. More...

#include <refobj.h>

Detailed Description

template<class T>
class mngptr< T >

Managed pointer.

Used to control memory allocated for dynamic objects. Contains pointer on dynamic object and integer flag, which define the action with dynamic object while pointer adress is changed: 0 do not delete, 1 delete, 0x8 delete as array. Managed pointers can not be used as elements of STL containers!


The documentation for this class was generated from the following file: