nw::os::SafeFreeFunctor Structure

Syntax

template <typename TMemory>
struct SafeFreeFunctor
{
   IAllocator * m_Allocator;
};

Template Arguments

Name Description
TMemory The type of the memory to free.

Description

A deleter for freeing memory with SafeFree.

Member Variables

m_Allocator IAllocator *

Member Functions

SafeFreeFunctor
operator() Destroys a GfxObject.

CONFIDENTIAL