xoreos  0.0.5
Classes | Namespaces
deallocator.h File Reference

Simple deallocator concept. More...

#include <cstdlib>
Include dependency graph for deallocator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Common::DeallocatorDefault
 Deallocate a normal pointer. More...
 
struct  Common::DeallocatorArray
 Deallocate a pointer to an array. More...
 
struct  Common::DeallocatorFree
 Deallocate a pointer using free(). More...
 

Namespaces

 Common
 

Detailed Description

Simple deallocator concept.

Definition in file deallocator.h.