ReactOS 0.4.16-dev-942-g91fadeb
|
#include <_pthread_alloc.h>
Public Types | |
typedef _IsSTLportClass< pthread_allocator< _Tp > >::_Ret | _STLportAlloc |
typedef _STLportAlloc | has_trivial_default_constructor |
typedef _STLportAlloc | has_trivial_copy_constructor |
typedef _STLportAlloc | has_trivial_assignment_operator |
typedef _STLportAlloc | has_trivial_destructor |
typedef _STLportAlloc | is_POD_type |
Definition at line 242 of file _pthread_alloc.h.
typedef _IsSTLportClass<pthread_allocator<_Tp>>::_Ret __pthread_alloc_type_traits< _Tp >::_STLportAlloc |
Definition at line 243 of file _pthread_alloc.h.
typedef _STLportAlloc __pthread_alloc_type_traits< _Tp >::has_trivial_assignment_operator |
Definition at line 248 of file _pthread_alloc.h.
typedef _STLportAlloc __pthread_alloc_type_traits< _Tp >::has_trivial_copy_constructor |
Definition at line 247 of file _pthread_alloc.h.
typedef _STLportAlloc __pthread_alloc_type_traits< _Tp >::has_trivial_default_constructor |
Definition at line 246 of file _pthread_alloc.h.
typedef _STLportAlloc __pthread_alloc_type_traits< _Tp >::has_trivial_destructor |
Definition at line 249 of file _pthread_alloc.h.
typedef _STLportAlloc __pthread_alloc_type_traits< _Tp >::is_POD_type |
Definition at line 250 of file _pthread_alloc.h.