TalanSoft Toolkits  201707
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Types | Public Member Functions | List of all members
ASTL_alloc_proxy< _Value, _Tp, _MaybeReboundAlloc > Class Template Reference
Inheritance diagram for ASTL_alloc_proxy< _Value, _Tp, _MaybeReboundAlloc >:

Public Types

typedef _RebindAlloc< _Tp > _ReboundAlloc
 

Public Member Functions

 ASTL_alloc_proxy (const _MaybeReboundAlloc &__a, _Value __p)
 
 ASTL_IMPL_ALLOCATOR_BASE (_RebindAlloc, typename _MaybeReboundAlloc::raw_allocator)
 
_Tp * allocate (size_t __n)
 
void deallocate (_Tp *__p, size_t __n)
 

Member Typedef Documentation

typedef _RebindAlloc<_Tp> _ReboundAlloc

Constructor & Destructor Documentation

ASTL_alloc_proxy ( const _MaybeReboundAlloc &  __a,
_Value  __p 
)

Member Function Documentation

ASTL_IMPL_ALLOCATOR_BASE ( _RebindAlloc  ,
typename _MaybeReboundAlloc::raw_allocator   
)
_Tp* allocate ( size_t  __n)
void deallocate ( _Tp *  __p,
size_t  __n 
)