BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bsl::queue< VALUE, CONTAINER > Member List

This is the complete list of members for bsl::queue< VALUE, CONTAINER >, including all inherited members.

back()bsl::queue< VALUE, CONTAINER >inline
back() constbsl::queue< VALUE, CONTAINER >inline
BSLMF_NESTED_TRAIT_DECLARATION_IF(queue, BloombergLP::bslma::UsesBslmaAllocator, BloombergLP::bslma::UsesBslmaAllocator< container_type >::value)bsl::queue< VALUE, CONTAINER >
cbsl::queue< VALUE, CONTAINER >protected
const_reference typedefbsl::queue< VALUE, CONTAINER >
container_type typedefbsl::queue< VALUE, CONTAINER >
emplace(Args &&... args)bsl::queue< VALUE, CONTAINER >inline
empty() constbsl::queue< VALUE, CONTAINER >inline
frontbsl::queue< VALUE, CONTAINER >inline
front() constbsl::queue< VALUE, CONTAINER >
operator!=bsl::queue< VALUE, CONTAINER >friend
operator<bsl::queue< VALUE, CONTAINER >friend
operator<=bsl::queue< VALUE, CONTAINER >friend
operator=(const queue &rhs)bsl::queue< VALUE, CONTAINER >inline
operator=(BloombergLP::bslmf::MovableRef< queue > rhs)bsl::queue< VALUE, CONTAINER >inline
operator==bsl::queue< VALUE, CONTAINER >friend
operator>bsl::queue< VALUE, CONTAINER >friend
operator>=bsl::queue< VALUE, CONTAINER >friend
pop()bsl::queue< VALUE, CONTAINER >inline
push(const value_type &value)bsl::queue< VALUE, CONTAINER >inline
push(BloombergLP::bslmf::MovableRef< value_type > value)bsl::queue< VALUE, CONTAINER >inline
queue()bsl::queue< VALUE, CONTAINER >inlineexplicit
queue(const queue &original)bsl::queue< VALUE, CONTAINER >inline
queue(BloombergLP::bslmf::MovableRef< queue > container)bsl::queue< VALUE, CONTAINER >inline
queue(const CONTAINER &container)bsl::queue< VALUE, CONTAINER >inlineexplicit
queue(BloombergLP::bslmf::MovableRef< CONTAINER > container)bsl::queue< VALUE, CONTAINER >inlineexplicit
queue(const ALLOCATOR &basicAllocator, typename enable_if< bsl::uses_allocator< CONTAINER, ALLOCATOR >::value, ALLOCATOR >::type *=0)bsl::queue< VALUE, CONTAINER >inlineexplicit
queue(const CONTAINER &container, const ALLOCATOR &basicAllocator, typename enable_if< bsl::uses_allocator< CONTAINER, ALLOCATOR >::value, ALLOCATOR >::type *=0)bsl::queue< VALUE, CONTAINER >inline
queue(const queue &original, const ALLOCATOR &basicAllocator, typename enable_if< bsl::uses_allocator< CONTAINER, ALLOCATOR >::value, ALLOCATOR >::type *=0)bsl::queue< VALUE, CONTAINER >inline
queue(BloombergLP::bslmf::MovableRef< CONTAINER > container, const ALLOCATOR &basicAllocator, typename enable_if< bsl::uses_allocator< CONTAINER, ALLOCATOR >::value, ALLOCATOR >::type *=0)bsl::queue< VALUE, CONTAINER >inline
queue(BloombergLP::bslmf::MovableRef< queue > original, const ALLOCATOR &basicAllocator, typename enable_if< bsl::uses_allocator< CONTAINER, ALLOCATOR >::value, ALLOCATOR >::type *=0)bsl::queue< VALUE, CONTAINER >inline
reference typedefbsl::queue< VALUE, CONTAINER >
size() constbsl::queue< VALUE, CONTAINER >inline
size_type typedefbsl::queue< VALUE, CONTAINER >
value_type typedefbsl::queue< VALUE, CONTAINER >