STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Concurrency::concurrent_queue< _Ty, _Ax > Member List

This is the complete list of members for Concurrency::concurrent_queue< _Ty, _Ax >, including all inherited members.

::Concurrency::details::_Concurrent_queue_iterator classConcurrency::concurrent_queue< _Ty, _Ax >friend
_Allocate_page()Concurrency::concurrent_queue< _Ty, _Ax >inlineprivatevirtual
_Assign_and_destroy_item(void *_Dst, _Page &_Src, size_t _Index)Concurrency::concurrent_queue< _Ty, _Ax >inlineprivatevirtual
_Concurrent_queue_base_v4(size_t _Item_size)Concurrency::details::_Concurrent_queue_base_v4protected
_Copy_item(_Page &_Dst, size_t _Index, const void *_Src)Concurrency::concurrent_queue< _Ty, _Ax >inlineprivatevirtual
_Deallocate_page(_Page *_Pg)Concurrency::concurrent_queue< _Ty, _Ax >inlineprivatevirtual
_Get_ref(_Page &_Pg, size_t _Index)Concurrency::concurrent_queue< _Ty, _Ax >inlineprivate
_Internal_empty() const Concurrency::details::_Concurrent_queue_base_v4protected
_Internal_finish_clear()Concurrency::details::_Concurrent_queue_base_v4protected
_Internal_move_push(void *_Src)Concurrency::details::_Concurrent_queue_base_v4protected
_Internal_pop_if_present(void *_Dst)Concurrency::details::_Concurrent_queue_base_v4protected
_Internal_push(const void *_Src)Concurrency::details::_Concurrent_queue_base_v4protected
_Internal_size() const Concurrency::details::_Concurrent_queue_base_v4protected
_Internal_swap(_Concurrent_queue_base_v4 &other)Concurrency::details::_Concurrent_queue_base_v4protected
_Internal_throw_exception() const Concurrency::details::_Concurrent_queue_base_v4protected
_Item_sizeConcurrency::details::_Concurrent_queue_base_v4protected
_Items_per_pageConcurrency::details::_Concurrent_queue_base_v4protected
_Move_item(_Page &_Dst, size_t _Index, void *_Src)Concurrency::concurrent_queue< _Ty, _Ax >inlineprivatevirtual
_My_allocatorConcurrency::concurrent_queue< _Ty, _Ax >private
_Page_allocator_type typedefConcurrency::concurrent_queue< _Ty, _Ax >private
allocator_type typedefConcurrency::concurrent_queue< _Ty, _Ax >
clear()Concurrency::concurrent_queue< _Ty, _Ax >
concurrent_queue(const allocator_type &_Al=allocator_type())Concurrency::concurrent_queue< _Ty, _Ax >inlineexplicit
concurrent_queue(const concurrent_queue &_OtherQ, const allocator_type &_Al=allocator_type())Concurrency::concurrent_queue< _Ty, _Ax >
concurrent_queue(concurrent_queue &&_OtherQ, const allocator_type &_Al=allocator_type())Concurrency::concurrent_queue< _Ty, _Ax >
concurrent_queue(_InputIterator _Begin, _InputIterator _End)Concurrency::concurrent_queue< _Ty, _Ax >inline
const_iterator typedefConcurrency::concurrent_queue< _Ty, _Ax >
const_reference typedefConcurrency::concurrent_queue< _Ty, _Ax >
difference_type typedefConcurrency::concurrent_queue< _Ty, _Ax >
empty() const Concurrency::concurrent_queue< _Ty, _Ax >inline
get_allocator() const Concurrency::concurrent_queue< _Ty, _Ax >inline
iterator typedefConcurrency::concurrent_queue< _Ty, _Ax >
push(const _Ty &_Src)Concurrency::concurrent_queue< _Ty, _Ax >inline
push(_Ty &&_Src)Concurrency::concurrent_queue< _Ty, _Ax >inline
reference typedefConcurrency::concurrent_queue< _Ty, _Ax >
size_type typedefConcurrency::concurrent_queue< _Ty, _Ax >
try_pop(_Ty &_Dest)Concurrency::concurrent_queue< _Ty, _Ax >inline
unsafe_begin()Concurrency::concurrent_queue< _Ty, _Ax >inline
unsafe_begin() const Concurrency::concurrent_queue< _Ty, _Ax >inline
unsafe_end()Concurrency::concurrent_queue< _Ty, _Ax >inline
unsafe_end() const Concurrency::concurrent_queue< _Ty, _Ax >inline
unsafe_size() const Concurrency::concurrent_queue< _Ty, _Ax >inline
value_type typedefConcurrency::concurrent_queue< _Ty, _Ax >
~_Concurrent_queue_base_v4()Concurrency::details::_Concurrent_queue_base_v4protectedvirtual
~concurrent_queue()Concurrency::concurrent_queue< _Ty, _Ax >