STK++ 0.9.13
STK_MemAllocator.h File Reference

In this file we define the class MemAllocator. More...

Include dependency graph for STK_MemAllocator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  STK::hidden::MemHandler< Type_, Size_ >
 Helper class allowing to free memory (or not) More...
 
struct  STK::hidden::MemHandler< Type_, UnknownSize >
 Specialization for dynamic size arrays. More...
 
struct  STK::hidden::MemChooser< 1, Type_ >
 Specialization for fundamental types. More...
 
struct  STK::hidden::MemChooser< 0, Type_ >
 Specialization for other types using loop and operator=. More...
 
struct  STK::MemAllocator< Type_, Size_ >
 template base class for all Allocator classes. More...
 

Namespaces

namespace  STK
 The namespace STK is the main domain space of the Statistical ToolKit project.
 
namespace  STK::hidden
 The hidden namespace enclose the classes and methods which are used internally by the STK++ classes.
 

Detailed Description

In this file we define the class MemAllocator.

Definition in file STK_MemAllocator.h.