Hybrid ICN (hICN) plugin  v21.06-rc0-4-g18fa668
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
utils::Allocator< T, growSize > Class Template Reference
Inheritance diagram for utils::Allocator< T, growSize >:
Inheritance graph
[legend]
Collaboration diagram for utils::Allocator< T, growSize >:
Collaboration graph
[legend]

Classes

struct  rebind
 

Public Types

typedef std::size_t size_type
 
typedef std::ptrdiff_t difference_type
 
typedef T * pointer
 
typedef T & reference
 
typedef T value_type
 

Public Member Functions

pointer allocate (size_type n, const void *hint=0)
 
void deallocate (pointer p, size_type n)
 
void construct (pointer p, const_reference val)
 
void destroy (pointer p)
 

Public Attributes

const typedef T * const_pointer
 
const typedef T & const_reference
 

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