#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 &) |
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 _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 _Rebind_type::other | allocator_type |
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 | - |