CrystalSpace

Public API Reference

CS::Memory::CustomAllocatedDerived< T > Class Template Reference

Class that overrides operator new/operator delete/etc. More...

#include <csutil/customallocated.h>

List of all members.


Detailed Description

template<typename T>
class CS::Memory::CustomAllocatedDerived< T >

Class that overrides operator new/operator delete/etc.

with implementations using cs_malloc()/cs_free().

Remarks:
Use this class when you want to add custom allocation to a a class that derives from some other class(es). See the CustomAllocator remarks section for the explanation.

Definition at line 112 of file customallocated.h.


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

Generated for Crystal Space 2.0 by doxygen 1.6.1