Main Page
Namespace List
Class Hierarchy
Alphabetical List
Compound List
File List
Namespace Members
Compound Members
File Members
std::pthread_allocator Class Template Reference
#include <pthread_allocimpl.h>
List of all members.
Public Types
Public Methods
template<class _Tp> class std::pthread_allocator
Member Typedef Documentation
typedef size_t size_type
typedef ptrdiff_t difference_type
typedef _Tp* pointer
typedef const _Tp* const_pointer
typedef _Tp& reference
typedef const _Tp& const_reference
typedef _Tp value_type
Constructor & Destructor Documentation
pthread_allocator (
)
[inline]
pthread_allocator (
const pthread_allocator<_Tp> &
a
)
[inline]
pthread_allocator (
const pthread_allocator< _OtherType > &
a
)
[inline]
~pthread_allocator (
)
[inline]
Member Function Documentation
pointer
address (
reference
__x
) const
[inline]
const_pointer
address (
const_reference
__x
) const
[inline]
_Tp * allocate (
size_type
__n
,
const void * = 0 )
[inline]
void deallocate (
pointer
__p
,
size_type
__n
)
[inline]
size_type
max_size (
) const
[inline]
void construct (
pointer
__p
,
const _Tp &
__val
)
[inline]
void destroy (
pointer
_p
)
[inline]
The documentation for this class was generated from the following file:
pthread_allocimpl.h
Generated at Fri Apr 6 15:54:35 2001 for libstdc++ by
1.2.6 written by
Dimitri van Heesch
, © 1997-2001