Panda3D
 All Classes Functions Variables Enumerations
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
pallocator_array< Type > Class Template Reference
Inheritance diagram for pallocator_array< Type >:

Classes

struct  rebind
 

Public Types

typedef allocator< Type >
::const_pointer 
const_pointer
 
typedef allocator< Type >
::const_reference 
const_reference
 
typedef allocator< Type >::pointer pointer
 
typedef allocator< Type >
::reference 
reference
 
typedef allocator< Type >
::size_type 
size_type
 

Public Member Functions

 pallocator_array (TypeHandle type_handle=TypeHandle::none()) throw ()
 
template<class U >
 pallocator_array (const pallocator_array< U > &copy) throw ()
 
pointer allocate (size_type n, allocator< void >::const_pointer hint=0)
 
void deallocate (pointer p, size_type n)
 

Public Attributes

TypeHandle _type_handle
 

Detailed Description

template<class Type>
class pallocator_array< Type >

Definition at line 78 of file pallocator.h.


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