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 (const _Allocator_type &_Al=_Allocator_type())
 

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 ( const _Allocator_type _Al = _Allocator_type())
inline
392  : _My_allocator(_Al)
393  {
394  }
_Allocator_type _My_allocator
Definition: concurrent_vector.h:389

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: