NDEVR
API Documentation
DynamicPointer< t_type >

Provides a modifiable pointer that has shared ownership of a dynamically allocated object. More...

Inheritance diagram for DynamicPointer< t_type >:
[legend]
Collaboration diagram for DynamicPointer< t_type >:
[legend]

Detailed Description

template<class t_type>
class DynamicPointer< t_type >

Provides a modifiable pointer that has shared ownership of a dynamically allocated object.


Weaker overall logic (Cannot detect circular references) but faster.

Definition at line 355 of file Pointer.hpp.


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