Panda3D
|
Classes | |
struct | rebind |
Public Types | |
typedef const Type * | const_pointer |
typedef const Type & | const_reference |
typedef Type * | pointer |
typedef Type & | reference |
typedef std::allocator< Type >::size_type | size_type |
Public Member Functions | |
template<class U > | |
pallocator_array (const pallocator_array< U > ©) noexcept | |
pallocator_array (TypeHandle type_handle=TypeHandle::none()) noexcept | |
Type * | allocate (size_type n, const void *hint=0) |
void | deallocate (Type *p, size_type n) |
Public Attributes | |
TypeHandle | _type_handle |
Definition at line 74 of file pallocator.h.
typedef const Type* pallocator_array< Type >::const_pointer |
Definition at line 80 of file pallocator.h.
typedef const Type& pallocator_array< Type >::const_reference |
Definition at line 81 of file pallocator.h.
typedef Type* pallocator_array< Type >::pointer |
Definition at line 78 of file pallocator.h.
typedef Type& pallocator_array< Type >::reference |
Definition at line 79 of file pallocator.h.
typedef std::allocator<Type>::size_type pallocator_array< Type >::size_type |
Definition at line 82 of file pallocator.h.
|
inlinenoexcept |
Definition at line 88 of file pallocator.h.
TypeHandle pallocator_array< Type >::_type_handle |
Definition at line 99 of file pallocator.h.