Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
Loading...
Searching...
No Matches
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

namespace  roc
 Root namespace.
 
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.
 
template<class T1 , class T2 >
bool roc::core::operator!= (const SharedPtr< T1 > &a, const SharedPtr< T2 > &b)
 Equality check.
 

Detailed Description

Shared ownership intrusive pointer.

Definition in file shared_ptr.h.