ReactOS 0.4.15-dev-8621-g4b051b9
|
#include <stl/_alloc.h>
Go to the source code of this file.
Classes | |
class | _Pthread_alloc |
class | pthread_allocator< _Tp > |
class | pthread_allocator< void > |
struct | __pthread_alloc_type_traits< _Tp > |
struct | __type_traits< pthread_allocator< char > > |
class | per_thread_allocator< _Tp > |
class | per_thread_allocator< void > |
struct | __perthread_alloc_type_traits< _Tp > |
struct | __type_traits< per_thread_allocator< char > > |
Typedefs | |
typedef __pthread_alloc | pthread_alloc |
Functions | |
template<class _T1 , class _T2 > | |
bool | operator== (const pthread_allocator< _T1 > &, const pthread_allocator< _T2 > &a2) |
template<class _T1 , class _T2 > | |
bool | operator== (const per_thread_allocator< _T1 > &__a1, const per_thread_allocator< _T2 > &__a2) |
Variables | |
_STLP_MOVE_TO_STD_NAMESPACE typedef _STLP_PRIV _Pthread_alloc | __pthread_alloc |
typedef __pthread_alloc pthread_alloc |
Definition at line 94 of file _pthread_alloc.h.
|
inline |
Definition at line 388 of file _pthread_alloc.h.
|
inline |
Definition at line 205 of file _pthread_alloc.h.
_STLP_MOVE_TO_STD_NAMESPACE typedef _STLP_PRIV _Pthread_alloc __pthread_alloc |
Definition at line 93 of file _pthread_alloc.h.