|
SuperDex Physics C++ API
|
#include <stl_allocator.h>
Public Types | |
| using | value_type = T |
Public Member Functions | |
| T * | allocate (std::size_t n) |
| void | deallocate (T *ptr, std::size_t n) |
| Allocator * | get_allocator () const |
| StlAllocator ()=default | |
| StlAllocator (Allocator *alloc) | |
| template<typename U> | |
| StlAllocator (StlAllocator< U > const &other) | |
Friends | |
| bool | operator!= (StlAllocator const &a, StlAllocator const &b) |
| bool | operator== (StlAllocator const &a, StlAllocator const &b) |
Definition at line 27 of file stl_allocator.h.
| using superdex::StlAllocator< T >::value_type = T |
Definition at line 29 of file stl_allocator.h.
|
default |
|
inline |
Definition at line 35 of file stl_allocator.h.
|
inline |
Definition at line 38 of file stl_allocator.h.
|
inline |
Definition at line 40 of file stl_allocator.h.
|
inline |
Definition at line 44 of file stl_allocator.h.
|
inline |
Definition at line 48 of file stl_allocator.h.
|
friend |
Definition at line 56 of file stl_allocator.h.
|
friend |
Definition at line 52 of file stl_allocator.h.