Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Reference counted object ownership. More...
#include <ownership_policy.h>
Public Types | |
typedef SharedPtr< T, core::RefCountedOwnership > | Pointer |
Pointer type returned from containers. More... | |
Static Public Member Functions | |
static void | acquire (T &object) |
Acquire ownership. More... | |
static void | release (T &object) |
Release ownership. More... | |
Reference counted object ownership.
Definition at line 21 of file ownership_policy.h.
typedef SharedPtr<T, core::RefCountedOwnership> roc::core::RefCountedOwnership< T >::Pointer |
Pointer type returned from containers.
Definition at line 23 of file ownership_policy.h.
|
inlinestatic |
Acquire ownership.
Definition at line 26 of file ownership_policy.h.
|
inlinestatic |
Release ownership.
Definition at line 31 of file ownership_policy.h.