per_thread_allocator Class Reference
#include
<stdapis/stlportv5/stl/_pthread_alloc.h>
class per_thread_allocator |
Member Type Definition Documentation
Typedef const_pointer
typedef const _Tp * | const_pointer |
Typedef const_reference
typedef const _Tp & | const_reference |
Typedef difference_type
Typedef pointer
Typedef reference
Typedef size_type
Typedef value_type
Member Attribute Documentation
Constructor & Destructor Documentation
per_thread_allocator ( )
per_thread_allocator | ( | ) | [inline] |
per_thread_allocator ( const per_thread_allocator< _Tp > & )
~per_thread_allocator ( )
~per_thread_allocator | ( | ) | [inline] |
Member Function Documentation
address ( reference )
address ( const_reference )
allocate ( size_type, const void * )
_Tp * | allocate | ( | size_type | __n, |
| const void * | = 0 |
| ) | [inline] |
allocate ( size_type, size_type & )
construct ( pointer, const _Tp & )
void | construct | ( | pointer | __p, |
| const _Tp & | __val |
| ) | [inline] |
deallocate ( pointer, size_type )