|
Util--
1.1
|
reference counting pointer definition traits More...
#include <utilmm/smart/count_pointer.hh>
Public Types | |
| typedef pointer< manager_type > | type |
| The smart pointer type. More... | |
reference counting pointer definition traits
This structure is just an helper to have direct access for the basic smart pointer using a reference counting life time manager.
| Ty | The type we want to point to |
To use a smart pointer with reference count managament user just need to declare the type like in following code.
| typedef pointer<manager_type> utilmm::smart::count_pointer< Ty >::type |
The smart pointer type.
This the type of the smart pointer with reference counting management.
1.8.6