|
Util--
1.1
|
Unique instance memory pointer definition traits. More...
#include <utilmm/smart/uniq_pointer.hh>

Public Types | |
| typedef pointer< manager_type > | type |
| The smart pointer type. More... | |
Unique instance memory pointer definition traits.
This structure is just an helper to have direct access for the unique insatnce memory smart pointer with reference counting management
| Ty | The type we want to point to |
| Hash | A hashing functor for Ty |
| Equal | An equality functor for Ty |
To use a smart pointer to unique memory user just need to declare the type like in following code.
| typedef pointer<manager_type> utilmm::smart::uniq_pointer< Ty, Hash, Equal >::type |
The smart pointer type.
This the type of the smart pointer with unique memory and reference counting management.
1.8.11