BDE 4.14.0 Production release
|
This is the complete list of members for bslma::AllocatorUtil, including all inherited members.
adapt(const t_ALLOC &from) | bslma::AllocatorUtil | inlinestatic |
adapt(const bsl::allocator< t_TYPE > &from) | bslma::AllocatorUtil | inlinestatic |
allocateBytes(const t_ALLOCATOR &allocator, std::size_t nbytes, std::size_t alignment=k_MAX_ALIGNMENT) | bslma::AllocatorUtil | inlinestatic |
allocateObject(const t_ALLOCATOR &allocator, std::size_t n=1) | bslma::AllocatorUtil | inlinestatic |
assign(t_TYPE *lhs, const t_TYPE &rhs, bsl::true_type allowed) | bslma::AllocatorUtil | inlinestatic |
assign(t_TYPE *lhs, const t_TYPE &rhs, bsl::false_type allowed) | bslma::AllocatorUtil | inlinestatic |
deallocateBytes(const t_ALLOCATOR &allocator, typename AllocatorUtil_Traits< t_ALLOCATOR >::void_pointer p, std::size_t nbytes, std::size_t alignment=k_MAX_ALIGNMENT) | bslma::AllocatorUtil | inlinestatic |
deallocateObject(const t_ALLOCATOR &allocator, t_POINTER p, std::size_t n=1) | bslma::AllocatorUtil | inlinestatic |
deleteObject(const t_ALLOCATOR &allocator, t_POINTER p) | bslma::AllocatorUtil | inlinestatic |
newObject(const t_ALLOCATOR &allocator) | bslma::AllocatorUtil | inlinestatic |
newObject(const t_ALLOCATOR &allocator, t_ARG1 &argument1, t_ARGS &&... arguments) | bslma::AllocatorUtil | inlinestatic |
newObject(const t_ALLOCATOR &allocator, BSLS_COMPILERFEATURES_FORWARD_REF(t_ARG1) argument1, t_ARGS &&... arguments) | bslma::AllocatorUtil | inlinestatic |
swap(t_TYPE *pa, t_TYPE *pb, bsl::false_type allowed) | bslma::AllocatorUtil | inlinestatic |
swap(t_TYPE *pa, t_TYPE *pb, bsl::true_type allowed) | bslma::AllocatorUtil | inlinestatic |