STK++ 0.9.13
|
In this file we define the class MemAllocator. More...
#include <cstring>
#include "../STK_IContainerRef.h"
#include <Sdk/include/STK_Arithmetic.h>
#include <Sdk/include/STK_IdTypeImpl.h>
#include <STKernel/include/STK_String.h>
#include <Sdk/include/STK_Exceptions.h>
#include <STKernel/include/STK_Range.h>
#include <Sdk/include/STK_Macros.h>
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. | |
The hidden namespace enclose the classes and methods which are used internally by the STK++ classes. | |
In this file we define the class MemAllocator.
Definition in file STK_MemAllocator.h.