Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::core::ManualAllocation Class Reference

Allocation policy for objects that does not have automatical deallocation. More...

#include <allocation_policy.h>

Inheritance diagram for roc::core::ManualAllocation:

Public Member Functions

template<class T >
void destroy (T &)
 No-op. When SharedPtr or ScopedPtr "destroys" object, nothing happens. The user is reponsible for destroying it manually. More...
 

Detailed Description

Allocation policy for objects that does not have automatical deallocation.

Definition at line 92 of file allocation_policy.h.

Member Function Documentation

◆ destroy()

template<class T >
void roc::core::ManualAllocation::destroy ( T &  )
inline

No-op. When SharedPtr or ScopedPtr "destroys" object, nothing happens. The user is reponsible for destroying it manually.

Definition at line 97 of file allocation_policy.h.


The documentation for this class was generated from the following file: