STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | Public Attributes | List of all members
Concurrency::details::_Allocator_base< _Ty, _Ax > Class Template Reference

#include <concurrent_vector.h>

Inheritance diagram for Concurrency::details::_Allocator_base< _Ty, _Ax >:
Concurrency::concurrent_vector< _Ty, _Ax >

Public Types

typedef _Ax::template rebind< _Ty >::other _Allocator_type
 

Public Member Functions

 _Allocator_base ()
 
 _Allocator_base (const _Allocator_type &_Al)
 

Public Attributes

_Allocator_type _My_allocator
 

Member Typedef Documentation

template<typename _Ty, class _Ax>
typedef _Ax::template rebind<_Ty>::other Concurrency::details::_Allocator_base< _Ty, _Ax >::_Allocator_type

Constructor & Destructor Documentation

template<typename _Ty, class _Ax>
Concurrency::details::_Allocator_base< _Ty, _Ax >::_Allocator_base ( )
inline
394  : _My_allocator()
395  {
396  }
_Allocator_type _My_allocator
Definition: concurrent_vector.h:391
template<typename _Ty, class _Ax>
Concurrency::details::_Allocator_base< _Ty, _Ax >::_Allocator_base ( const _Allocator_type _Al)
inline
399  : _My_allocator(_Al)
400  {
401  }
_Allocator_type _My_allocator
Definition: concurrent_vector.h:391

Member Data Documentation

template<typename _Ty, class _Ax>
_Allocator_type Concurrency::details::_Allocator_base< _Ty, _Ax >::_My_allocator

The documentation for this class was generated from the following file: