DISTRHO Plugin Framework
 All Classes Functions Variables Modules Pages
Static Public Member Functions | List of all members
ContainerDeletePolicy< ObjectType > Struct Template Reference

#include <d_scopedpointer.hpp>

Static Public Member Functions

static void destroy (ObjectType *const object)
 

Detailed Description

template<typename ObjectType>
struct ContainerDeletePolicy< ObjectType >

Used by container classes as an indirect way to delete an object of a particular type.

The generic implementation of this class simply calls 'delete', but you can create a specialised version of it for a particular class if you need to delete that type of object in a more appropriate way.


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