|
scc 2025.09
SystemC components library
|
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 (stl_pool_allocator const &) noexcept | |
| template<typename T2> | |
| stl_pool_allocator (stl_pool_allocator< T2 > const &) 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) |
Definition at line 95 of file pool_allocator.h.
| typedef const value_type* util::stl_pool_allocator< T >::const_pointer |
Definition at line 99 of file pool_allocator.h.
| typedef const value_type& util::stl_pool_allocator< T >::const_reference |
Definition at line 101 of file pool_allocator.h.
| typedef std::ptrdiff_t util::stl_pool_allocator< T >::difference_type |
Definition at line 103 of file pool_allocator.h.
| typedef value_type* util::stl_pool_allocator< T >::pointer |
Definition at line 98 of file pool_allocator.h.
| typedef value_type& util::stl_pool_allocator< T >::reference |
Definition at line 100 of file pool_allocator.h.
| typedef std::size_t util::stl_pool_allocator< T >::size_type |
Definition at line 102 of file pool_allocator.h.
| typedef T util::stl_pool_allocator< T >::value_type |
Definition at line 97 of file pool_allocator.h.
|
inlinenoexcept |
Definition at line 109 of file pool_allocator.h.
|
inlinenoexcept |
Definition at line 111 of file pool_allocator.h.
|
inline |
Definition at line 113 of file pool_allocator.h.
|
inline |
Definition at line 117 of file pool_allocator.h.
|
inline |
Definition at line 116 of file pool_allocator.h.
|
inline |
Definition at line 119 of file pool_allocator.h.
|
inlinenoexcept |
Definition at line 156 of file pool_allocator.h.
|
inlinenoexcept |
Definition at line 189 of file pool_allocator.h.
|
inline |
Definition at line 192 of file pool_allocator.h.
|
inline |
Definition at line 191 of file pool_allocator.h.