scc  2022.4.0
SystemC components library
util::stl_pool_allocator< T > Class Template Reference

Classes

struct  rebind
 

Public Types

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

Public Member Functions

 stl_pool_allocator (const stl_pool_allocator &) noexcept
 
template<typename T2 >
 stl_pool_allocator (const stl_pool_allocator< T2 > &) noexcept
 
pointer address (reference r)
 
const_pointer address (const_reference r)
 
pointer allocate (size_type n, const void *=0)
 
void deallocate (T *p, size_type n) noexcept
 
size_type max_size () const noexcept
 
bool operator== (stl_pool_allocator const &)
 
bool operator!= (stl_pool_allocator const &oAllocator)
 

Detailed Description

template<typename T>
class util::stl_pool_allocator< T >

Definition at line 94 of file pool_allocator.h.


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