NDEVR
API Documentation
ConstPointer< t_type >

Provides a constant, unmodifiable pointer that has shared ownership of a dynamically allocated object. More...

Inherits Pointer< t_type >.

Inherited by DynamicPointer< t_type >.

Collaboration diagram for ConstPointer< t_type >:
[legend]

Detailed Description

template<class t_type>
class ConstPointer< t_type >

Provides a constant, unmodifiable pointer that has shared ownership of a dynamically allocated object.


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

Definition at line 275 of file Pointer.hpp.


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