Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Shared ownership intrusive pointer. More...
Go to the source code of this file.
Classes | |
class | roc::core::SharedPtr< T, OwnershipPolicy > |
Shared ownership intrusive pointer. More... | |
Namespaces | |
roc | |
Root namespace. | |
roc::core | |
General-purpose building blocks and platform abstraction layer. | |
Functions | |
template<class T1 , class T2 > | |
bool | roc::core::operator== (const SharedPtr< T1 > &a, const SharedPtr< T2 > &b) |
Equality check. More... | |
template<class T1 , class T2 > | |
bool | roc::core::operator!= (const SharedPtr< T1 > &a, const SharedPtr< T2 > &b) |
Equality check. More... | |
Shared ownership intrusive pointer.
Definition in file shared_ptr.h.