IsoSpec::Allocator< T >
Contents
Constructor & Destructor Documentation
template<typenameT>IsoSpec::Allocator<T>::Allocator(constintdim,constinttabSize=10000)[explicit]
Definition at line 24 of file allocator.cpp.
template<typenameT>IsoSpec::Allocator<T>::~Allocator()
Definition at line 28 of file allocator.cpp.
Detailed Description
template<typenameT>
class IsoSpec::Allocator< T >"
Definition at line 33 of file allocator.h.
Member Function Documentation
template<typenameT>T*IsoSpec::Allocator<T>::makeCopy(constT*conf)[inline]
Definition at line 60 of file allocator.h.
template<typenameT>T*IsoSpec::Allocator<T>::newConf()[inline]
Definition at line 50 of file allocator.h.
template<typenameT>voidIsoSpec::Allocator<T>::shiftTables()
Definition at line 42 of file allocator.cpp.
Name
IsoSpec::Allocator< T >
Synopsis
PublicMemberFunctionsAllocator (const int dim, const int tabSize=10000)
Allocator (const Allocator &other)=delete
Allocator & operator= (const Allocator &other)=delete
void shiftTables ()
T * newConf ()
T * makeCopy (const T *conf)
