pthread_allocator Class Reference
#include
<stdapis/stlportv5/stl/_pthread_alloc.h>
| class pthread_allocator : public __stlport_class< pthread_allocator< _Tp > > |
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
Constructor & Destructor Documentation
pthread_allocator ( )
| pthread_allocator | ( | ) | [inline] |
pthread_allocator ( const pthread_allocator< _Tp > & )
~pthread_allocator ( )
| ~pthread_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 )