![]() |
Rosetta Utilities
2014.35
|
owning_ptr acquire and release functions More...
Namespaces | |
utility | |
unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 1. | |
utility::pointer | |
Functions | |
template<typename T > | |
void | utility::pointer::owning_ptr_acquire (T *p) |
Add a reference to the object acquired by an owning_ptr. More... | |
template<typename T > | |
void | utility::pointer::owning_ptr_release (T *p) |
Remove a reference from the object released by an owning_ptr. More... | |
owning_ptr acquire and release functions