|
BDE 4.14.0 Production release
|
This is the complete list of members for bsl::stack< VALUE, CONTAINER >, including all inherited members.
| BSLMF_NESTED_TRAIT_DECLARATION_IF(stack, BloombergLP::bslma::UsesBslmaAllocator, BloombergLP::bslma::UsesBslmaAllocator< container_type >::value) | bsl::stack< VALUE, CONTAINER > | |
| c | bsl::stack< VALUE, CONTAINER > | protected |
| const_reference typedef | bsl::stack< VALUE, CONTAINER > | |
| container_type typedef | bsl::stack< VALUE, CONTAINER > | |
| emplace(Args &&... args) | bsl::stack< VALUE, CONTAINER > | inline |
| empty() const | bsl::stack< VALUE, CONTAINER > | inline |
| operator!= | bsl::stack< VALUE, CONTAINER > | friend |
| operator< | bsl::stack< VALUE, CONTAINER > | friend |
| operator<= | bsl::stack< VALUE, CONTAINER > | friend |
| operator=(const stack &rhs) | bsl::stack< VALUE, CONTAINER > | inline |
| operator=(BloombergLP::bslmf::MovableRef< stack > rhs) BSLS_KEYWORD_NOEXCEPT_SPECIFICATION(false) | bsl::stack< VALUE, CONTAINER > | inline |
| operator== | bsl::stack< VALUE, CONTAINER > | friend |
| operator> | bsl::stack< VALUE, CONTAINER > | friend |
| operator>= | bsl::stack< VALUE, CONTAINER > | friend |
| pop() | bsl::stack< VALUE, CONTAINER > | inline |
| push(const value_type &value) | bsl::stack< VALUE, CONTAINER > | inline |
| push(BloombergLP::bslmf::MovableRef< value_type > value) | bsl::stack< VALUE, CONTAINER > | inline |
| reference typedef | bsl::stack< VALUE, CONTAINER > | |
| size() const | bsl::stack< VALUE, CONTAINER > | inline |
| size_type typedef | bsl::stack< VALUE, CONTAINER > | |
| stack() | bsl::stack< VALUE, CONTAINER > | inlineexplicit |
| stack(const stack &original) | bsl::stack< VALUE, CONTAINER > | inline |
| stack(BloombergLP::bslmf::MovableRef< stack > original) | bsl::stack< VALUE, CONTAINER > | inline |
| stack(const CONTAINER &container) | bsl::stack< VALUE, CONTAINER > | inlineexplicit |
| stack(BloombergLP::bslmf::MovableRef< CONTAINER > container) | bsl::stack< VALUE, CONTAINER > | inlineexplicit |
| stack(const ALLOCATOR &basicAllocator, typename enable_if< bsl::uses_allocator< CONTAINER, ALLOCATOR >::value, ALLOCATOR >::type *=0) | bsl::stack< VALUE, CONTAINER > | inlineexplicit |
| stack(const CONTAINER &container, const ALLOCATOR &basicAllocator, typename enable_if< bsl::uses_allocator< CONTAINER, ALLOCATOR >::value, ALLOCATOR >::type *=0) | bsl::stack< VALUE, CONTAINER > | inline |
| stack(const stack &original, const ALLOCATOR &basicAllocator, typename enable_if< bsl::uses_allocator< CONTAINER, ALLOCATOR >::value, ALLOCATOR >::type *=0) | bsl::stack< VALUE, CONTAINER > | inline |
| stack(BloombergLP::bslmf::MovableRef< CONTAINER > container, const ALLOCATOR &basicAllocator, typename enable_if< bsl::uses_allocator< CONTAINER, ALLOCATOR >::value, ALLOCATOR >::type *=0) | bsl::stack< VALUE, CONTAINER > | inline |
| stack(BloombergLP::bslmf::MovableRef< stack > original, const ALLOCATOR &basicAllocator, typename enable_if< bsl::uses_allocator< CONTAINER, ALLOCATOR >::value, ALLOCATOR >::type *=0) | bsl::stack< VALUE, CONTAINER > | inline |
| top | bsl::stack< VALUE, CONTAINER > | inline |
| top() const | bsl::stack< VALUE, CONTAINER > | |
| value_type typedef | bsl::stack< VALUE, CONTAINER > |