pthread_allocator Class Reference
#include
<stdapis/stlportv5/stl/_pthread_alloc.h>
Link against: libstdcppv5.lib
class pthread_allocator : public __stlport_class< pthread_allocator< _Tp > > |
Nested Classes and Structures
Member Type Definition Documentation
Typedef const_pointer
typedef const _Tp * | const_pointer |
Typedef const_reference
typedef const _Tp & | const_reference |
Constructor & Destructor Documentation
pthread_allocator ( )
pthread_allocator | ( | ) | [inline] |
pthread_allocator ( const pthread_allocator< _Tp > & )
pthread_allocator ( const pthread_allocator< _OtherType > & )
~pthread_allocator ( )
~pthread_allocator | ( | ) | [inline] |
Member Function Documentation
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 )