address(reference x) const | bsl::allocator< TYPE > | inline |
address(const_reference x) const | bsl::allocator< TYPE > | inline |
bsl::polymorphic_allocator::address(reference x) const | bsl::polymorphic_allocator< TYPE > | inline |
bsl::polymorphic_allocator::address(const_reference x) const | bsl::polymorphic_allocator< TYPE > | inline |
allocate(size_type n, const void *hint=0) | bsl::allocator< TYPE > | inline |
bsl::polymorphic_allocator::allocate(std::size_t n) | bsl::polymorphic_allocator< TYPE > | inline |
allocator() | bsl::allocator< TYPE > | inline |
allocator(BloombergLP::bslma::Allocator *mechanism) | bsl::allocator< TYPE > | inline |
allocator(const allocator &original) BSLS_KEYWORD_NOEXCEPT | bsl::allocator< TYPE > | inline |
allocator(const allocator< ANY_TYPE > &original) BSLS_KEYWORD_NOEXCEPT | bsl::allocator< TYPE > | inline |
BSLMF_NESTED_TRAIT_DECLARATION(allocator, BloombergLP::bslmf::IsBitwiseCopyable) | bsl::allocator< TYPE > | |
BSLMF_NESTED_TRAIT_DECLARATION(allocator, BloombergLP::bslmf::IsBitwiseEqualityComparable) | bsl::allocator< TYPE > | |
const_pointer typedef | bsl::allocator< TYPE > | |
const_reference typedef | bsl::allocator< TYPE > | |
const_void_pointer typedef | bsl::allocator< TYPE > | |
construct(ELEMENT_TYPE *address) | bsl::allocator< TYPE > | inline |
construct(ELEMENT_TYPE *address, ARG1 &argument1, ARGS &&... arguments) | bsl::allocator< TYPE > | inline |
construct(ELEMENT_TYPE *address, BSLS_COMPILERFEATURES_FORWARD_REF(ARG1) argument1, ARGS &&... arguments) | bsl::allocator< TYPE > | inline |
deallocate(TYPE *p, std::size_t n=1) | bsl::allocator< TYPE > | inline |
destroy(ELEMENT_TYPE *address) | bsl::allocator< TYPE > | inline |
difference_type typedef | bsl::allocator< TYPE > | |
max_size() const | bsl::allocator< TYPE > | inline |
mechanism() const | bsl::allocator< TYPE > | inline |
operator=(const allocator &rhs) | bsl::allocator< TYPE > | inline |
pointer typedef | bsl::allocator< TYPE > | |
polymorphic_allocator() BSLS_KEYWORD_NOEXCEPT | bsl::polymorphic_allocator< TYPE > | |
polymorphic_allocator(memory_resource *r) | bsl::polymorphic_allocator< TYPE > | inline |
polymorphic_allocator(const polymorphic_allocator &original) BSLS_KEYWORD_NOEXCEPT | bsl::polymorphic_allocator< TYPE > | inline |
polymorphic_allocator(const polymorphic_allocator< ANY_TYPE > &original) BSLS_KEYWORD_NOEXCEPT | bsl::polymorphic_allocator< TYPE > | inline |
reference typedef | bsl::allocator< TYPE > | |
resource() const | bsl::polymorphic_allocator< TYPE > | inline |
select_on_container_copy_construction() const | bsl::allocator< TYPE > | inline |
size_type typedef | bsl::allocator< TYPE > | |
value_type typedef | bsl::allocator< TYPE > | |
void_pointer typedef | bsl::allocator< TYPE > | |
~allocator()=default | bsl::allocator< TYPE > | |
~polymorphic_allocator()=default | bsl::polymorphic_allocator< TYPE > | |