Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Allocation policy for objects that does not have automatic deallocation. More...
#include <allocation_policy.h>
Public Member Functions | |
template<class T > | |
void | destroy (T &) |
No-op. When SharedPtr or ScopedPtr "destroys" object, nothing happens. The user is responsible for destroying it manually. More... | |
Allocation policy for objects that does not have automatic deallocation.
Definition at line 92 of file allocation_policy.h.
|
inline |
No-op. When SharedPtr or ScopedPtr "destroys" object, nothing happens. The user is responsible for destroying it manually.
Definition at line 97 of file allocation_policy.h.