Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
shared_ptr.h File Reference

Shared ownership intrusive pointer. More...

Include dependency graph for shared_ptr.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Shared ownership intrusive pointer.

Definition in file shared_ptr.h.