_Alloc_traits Struct Reference

#include <stdapis/stlportv5/stl/_alloc.h>

struct _Alloc_traits
Public Member Type Definitions
typedef_Allocator _Orig
typedef_Allocator::_STLP_TEMPLATE rebind< _Tp > _Rebind_type
typedef_Rebind_type::other allocator_type
Public Member Functions
allocator_type create_allocator(const _Orig &)

Member Type Definition Documentation

Typedef _Orig

typedef _Allocator_Orig

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Typedef _Rebind_type

typedef _Allocator::_STLP_TEMPLATE rebind< _Tp >_Rebind_type

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Typedef allocator_type

typedef _Rebind_type::otherallocator_type

Member Function Documentation

create_allocator ( const _Orig & )

allocator_type create_allocator(const _Orig &__a)[static, inline]

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Parameters
__a-
Return Value
-