Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
AllocatorDelegate< A > Class Template Reference

#include <elm/data/custom.h>

Public Member Functions

 AllocatorDelegate (A &alloc)
 
t::ptr allocate (t::size size) const
 
void free (t::ptr p) const
 
template<class T >
T * alloc () const
 

Constructor & Destructor Documentation

◆ AllocatorDelegate()

AllocatorDelegate ( A &  alloc)
inline

Member Function Documentation

◆ alloc()

T* alloc ( ) const
inline

◆ allocate()

t::ptr allocate ( t::size  size) const
inline

◆ free()

void free ( t::ptr  p) const
inline

References elm::io::p().


The documentation for this class was generated from the following file: