|
FairRoot/PandaRoot
|
#include <std_alloc.h>
Classes | |
| struct | rebind |
Public Types | |
| typedef T | value_type |
| typedef T * | pointer |
| typedef const T * | const_pointer |
| typedef T & | reference |
| typedef const T & | const_reference |
| typedef std::size_t | size_type |
| typedef std::ptrdiff_t | difference_type |
Public Member Functions | |
| pointer | address (reference value) const |
| const_pointer | address (const_reference value) const |
| SimdAlloc () throw () | |
| SimdAlloc (const SimdAlloc &) throw () | |
| template<class U > | |
| SimdAlloc (const SimdAlloc< U > &) throw () | |
| ~SimdAlloc () throw () | |
| size_type | max_size () const throw () |
| pointer | allocate (size_type num, const void *=0) |
| void | construct (pointer p, const T &value) |
| void | destroy (pointer p) |
| void | deallocate (pointer p, size_type num) |
| void * | operator new (size_t size, void *ptr) |
| void * | operator new[] (size_t size, void *ptr) |
| void * | operator new (size_t size) |
| void * | operator new[] (size_t size) |
| void | operator delete (void *ptr, size_t) |
| void | operator delete[] (void *ptr, size_t) |
Definition at line 16 of file std_alloc.h.
| typedef const T* nsL1::SimdAlloc< T >::const_pointer |
Definition at line 21 of file std_alloc.h.
| typedef const T& nsL1::SimdAlloc< T >::const_reference |
Definition at line 23 of file std_alloc.h.
| typedef std::ptrdiff_t nsL1::SimdAlloc< T >::difference_type |
Definition at line 25 of file std_alloc.h.
| typedef T* nsL1::SimdAlloc< T >::pointer |
Definition at line 20 of file std_alloc.h.
| typedef T& nsL1::SimdAlloc< T >::reference |
Definition at line 22 of file std_alloc.h.
| typedef std::size_t nsL1::SimdAlloc< T >::size_type |
Definition at line 24 of file std_alloc.h.
| typedef T nsL1::SimdAlloc< T >::value_type |
Definition at line 19 of file std_alloc.h.
|
inline | |||||||||||||
Definition at line 44 of file std_alloc.h.
|
inline | ||||||||||||||
Definition at line 46 of file std_alloc.h.
|
inline | ||||||||||||||
Definition at line 49 of file std_alloc.h.
|
inline | |||||||||||||
Definition at line 51 of file std_alloc.h.
|
inline |
Definition at line 34 of file std_alloc.h.
|
inline |
Definition at line 37 of file std_alloc.h.
|
inline |
|
inline |
Definition at line 74 of file std_alloc.h.
|
inline |
Definition at line 100 of file std_alloc.h.
|
inline |
Definition at line 88 of file std_alloc.h.
|
inline | |||||||||||||
Definition at line 55 of file std_alloc.h.
|
inline |
Definition at line 118 of file std_alloc.h.
|
inline |
Definition at line 119 of file std_alloc.h.
|
inline |
Definition at line 114 of file std_alloc.h.
|
inline |
Definition at line 116 of file std_alloc.h.
|
inline |
Definition at line 115 of file std_alloc.h.
|
inline |
Definition at line 117 of file std_alloc.h.
1.8.5