logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

IsoSpec::Allocator< T >

Author

       Generated automatically by Doxygen for IsoSpec from the source code.

IsoSpec                                           Version 2.2.1                       IsoSpec::Allocator<T>(3)

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)

See Also