Classes | Namespaces | Functions

cel_memory.h File Reference

Simple Memory Management. More...

#include "cel_types.h"
#include "cel_datatraits.h"
#include "cel_exception.h"
#include <new>
#include <cstring>
Include dependency graph for cel_memory.h:
This graph shows which files directly or indirectly include this file:

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 >

Namespaces

namespace  Celartem

Functions

template<size_t ALIGN, class Int >
Int Celartem::align (Int sz)

Detailed Description

Simple Memory Management.


This document is made with doxygen 1.7.1 at Sun Sep 5 2010 13:03:35.
Caminova Logo