BDE 4.14.0 Production release
|
This is the complete list of members for bsl::queue< VALUE, CONTAINER >, including all inherited members.
back() | bsl::queue< VALUE, CONTAINER > | inline |
back() const | bsl::queue< VALUE, CONTAINER > | inline |
BSLMF_NESTED_TRAIT_DECLARATION_IF(queue, BloombergLP::bslma::UsesBslmaAllocator, BloombergLP::bslma::UsesBslmaAllocator< container_type >::value) | bsl::queue< VALUE, CONTAINER > | |
c | bsl::queue< VALUE, CONTAINER > | protected |
const_reference typedef | bsl::queue< VALUE, CONTAINER > | |
container_type typedef | bsl::queue< VALUE, CONTAINER > | |
emplace(Args &&... args) | bsl::queue< VALUE, CONTAINER > | inline |
empty() const | bsl::queue< VALUE, CONTAINER > | inline |
front | bsl::queue< VALUE, CONTAINER > | inline |
front() const | bsl::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 typedef | bsl::queue< VALUE, CONTAINER > | |
size() const | bsl::queue< VALUE, CONTAINER > | inline |
size_type typedef | bsl::queue< VALUE, CONTAINER > | |
value_type typedef | bsl::queue< VALUE, CONTAINER > |