#include "cel_types.h"
#include "cel_datatraits.h"
#include "cel_exception.h"
#include <new>
#include <cstring>


Go to the source code of this file.
Namespaces | |
| namespace | Celartem |
Classes | |
| class | Celartem::MemoryAllocator |
| struct | Celartem::MemoryCopy< T, byConstructor > |
| struct | Celartem::MemoryCopy< T, byMemcpy > |
| struct | Celartem::MemoryCopy< T, noCopy > |
| struct | Celartem::MemoryMove< T, byConstructor > |
| struct | Celartem::MemoryMove< T, byMemcpy > |
| struct | Celartem::MemoryMove< T, noCopy > |
| struct | Celartem::MemoryFill< T > |
| struct | Celartem::MemoryFill< int8_t > |
| struct | Celartem::MemoryFill< uint8_t > |
| class | Celartem::SimpleArray< T, copyPolicy > |
Functions | |
| template<size_t ALIGN, class Int> | |
| Int | Celartem::align (Int sz) |
Definition in file cel_memory.h.