CETL 0.0.0
 
Loading...
Searching...
No Matches
cetl::VariableLengthArray< T, Allocator > Member List

This is the complete list of members for cetl::VariableLengthArray< T, Allocator >, including all inherited members.

alloc_ (defined in cetl::VariableLengthArray< T, Allocator >)cetl::VariableLengthArray< T, Allocator >protected
allocator_type typedefcetl::VariableLengthArray< T, Allocator >
assign(size_type count, const value_type &value)cetl::VariableLengthArray< T, Allocator >inline
at(size_type pos)cetl::VariableLengthArray< T, Allocator >inline
at(size_type pos) constcetl::VariableLengthArray< T, Allocator >inline
back()cetl::VariableLengthArray< T, Allocator >inline
back() constcetl::VariableLengthArray< T, Allocator >inline
Base typedef (defined in cetl::VariableLengthArray< T, Allocator >)cetl::VariableLengthArray< T, Allocator >protected
begin() noexceptcetl::VariableLengthArray< T, Allocator >inline
begin() const noexcept (defined in cetl::VariableLengthArray< T, Allocator >)cetl::VariableLengthArray< T, Allocator >inline
capacity() const noexceptcetl::VariableLengthArray< T, Allocator >inline
capacity_ (defined in cetl::VariableLengthArray< T, Allocator >)cetl::VariableLengthArray< T, Allocator >protected
cbegin() const noexceptcetl::VariableLengthArray< T, Allocator >inline
cend() const noexceptcetl::VariableLengthArray< T, Allocator >inline
clear() noexcept(std::is_nothrow_destructible< value_type >::value)cetl::VariableLengthArray< T, Allocator >inline
const_iterator typedefcetl::VariableLengthArray< T, Allocator >
const_reference typedefcetl::VariableLengthArray< T, Allocator >
data() noexceptcetl::VariableLengthArray< T, Allocator >inline
data() const noexceptcetl::VariableLengthArray< T, Allocator >inline
data_ (defined in cetl::VariableLengthArray< T, Allocator >)cetl::VariableLengthArray< T, Allocator >protected
difference_type typedefcetl::VariableLengthArray< T, Allocator >
emplace_back(Args &&... args)cetl::VariableLengthArray< T, Allocator >inline
empty() const noexceptcetl::VariableLengthArray< T, Allocator >inline
end() noexceptcetl::VariableLengthArray< T, Allocator >inline
end() const noexcept (defined in cetl::VariableLengthArray< T, Allocator >)cetl::VariableLengthArray< T, Allocator >inline
fast_copy_assign(value_type *dst, size_type dst_capacity_count, InputIt src) noexcept(noexcept(std::is_nothrow_assignable< value_type, std::remove_pointer_t< InputIt > >::value))cetl::VariableLengthArrayBase< T, Allocator >inlineprotectedstatic
fast_copy_assign(value_type *dst, size_type dst_capacity_count, InputIt src, size_type src_len_count) noexcept(noexcept(std::is_nothrow_assignable< value_type, std::remove_pointer_t< InputIt > >::value))cetl::VariableLengthArrayBase< T, Allocator >inlineprotectedstatic
fast_copy_assign(value_type *dst, size_type dst_capacity_count, InputIt src) noexcept(noexcept(std::is_nothrow_assignable< value_type, std::remove_pointer_t< InputIt > >::value))cetl::VariableLengthArrayBase< T, Allocator >inlineprotectedstatic
fast_copy_assign(value_type *dst, size_type dst_capacity_count, InputIt src, size_type src_len_count) noexcept(noexcept(std::is_nothrow_assignable< value_type, std::remove_pointer_t< InputIt > >::value))cetl::VariableLengthArrayBase< T, Allocator >inlineprotectedstatic
fast_copy_construct(value_type *const dst, size_type dst_capacity_count, const InputIt src, size_type src_len_count, allocator_type &alloc, typename std::enable_if_t< is_array_of_type_trivially_copyable< std::add_pointer_t< value_type >, InputIt >::value > *=nullptr) noexceptcetl::VariableLengthArrayBase< T, Allocator >inlineprotectedstatic
fast_copy_construct(value_type *const dst, size_type dst_capacity_count, const InputIt src, size_type src_len_count, allocator_type &alloc, typename std::enable_if_t< !is_array_of_type_trivially_copyable< std::add_pointer_t< value_type >, InputIt >::value > *=nullptr) noexcept(noexcept(std::allocator_traits< allocator_type >::construct(std::declval< std::add_lvalue_reference_t< allocator_type > >(), std::declval< std::add_pointer_t< value_type > >(), std::declval< std::add_lvalue_reference_t< decltype(std::declval< const InputIt >()[0])> >())))cetl::VariableLengthArrayBase< T, Allocator >inlineprotectedstatic
fast_copy_construct(value_type *const dst, size_type dst_capacity_count, const InputIt src, size_type src_len_count, allocator_type &alloc, typename std::enable_if_t< is_array_of_type_trivially_copyable< std::add_pointer_t< value_type >, InputIt >::value > *=nullptr) noexceptcetl::VariableLengthArrayBase< T, Allocator >inlineprotectedstatic
fast_copy_construct(value_type *const dst, size_type dst_capacity_count, const InputIt src, size_type src_len_count, allocator_type &alloc, typename std::enable_if_t< !is_array_of_type_trivially_copyable< std::add_pointer_t< value_type >, InputIt >::value > *=nullptr) noexcept(noexcept(std::allocator_traits< allocator_type >::construct(std::declval< std::add_lvalue_reference_t< allocator_type > >(), std::declval< std::add_pointer_t< value_type > >(), std::declval< std::add_lvalue_reference_t< decltype(std::declval< const InputIt >()[0])> >())))cetl::VariableLengthArrayBase< T, Allocator >inlineprotectedstatic
fast_deallocate(U *const src, const size_type src_size_count, const size_type src_capacity_count, allocator_type &alloc, typename std::enable_if_t< std::is_trivially_destructible< U >::value > *=nullptr)cetl::VariableLengthArrayBase< T, Allocator >inlineprotectedstatic
fast_deallocate(U *const src, const size_type src_size_count, const size_type src_capacity_count, allocator_type &alloc, typename std::enable_if_t<!std::is_trivially_destructible< U >::value > *=nullptr)cetl::VariableLengthArrayBase< T, Allocator >inlineprotectedstatic
fast_deallocate(U *const src, const size_type src_size_count, const size_type src_capacity_count, allocator_type &alloc, typename std::enable_if_t< std::is_trivially_destructible< U >::value > *=nullptr)cetl::VariableLengthArrayBase< T, Allocator >inlineprotectedstatic
fast_deallocate(U *const src, const size_type src_size_count, const size_type src_capacity_count, allocator_type &alloc, typename std::enable_if_t<!std::is_trivially_destructible< U >::value > *=nullptr)cetl::VariableLengthArrayBase< T, Allocator >inlineprotectedstatic
fast_destroy(U *const src, const size_type src_size_count, typename std::enable_if_t< std::is_trivially_destructible< U >::value > *=nullptr) noexceptcetl::VariableLengthArrayBase< T, Allocator >inlineprotectedstatic
fast_destroy(U *const src, const size_type src_size_count, typename std::enable_if_t<!std::is_trivially_destructible< U >::value > *=nullptr) noexcept(std::is_nothrow_destructible< U >::value)cetl::VariableLengthArrayBase< T, Allocator >inlineprotectedstatic
fast_destroy(U *const src, const size_type src_size_count, typename std::enable_if_t< std::is_trivially_destructible< U >::value > *=nullptr) noexceptcetl::VariableLengthArrayBase< T, Allocator >inlineprotectedstatic
fast_destroy(U *const src, const size_type src_size_count, typename std::enable_if_t<!std::is_trivially_destructible< U >::value > *=nullptr) noexcept(std::is_nothrow_destructible< U >::value)cetl::VariableLengthArrayBase< T, Allocator >inlineprotectedstatic
front()cetl::VariableLengthArray< T, Allocator >inline
front() constcetl::VariableLengthArray< T, Allocator >inline
get_allocator() const noexceptcetl::VariableLengthArray< T, Allocator >inline
grow(const size_type max_size)cetl::VariableLengthArrayBase< T, Allocator >inlineprotected
grow(const size_type max_size)cetl::VariableLengthArrayBase< T, Allocator >inlineprotected
iterator typedefcetl::VariableLengthArray< T, Allocator >
max_size() const noexceptcetl::VariableLengthArray< T, Allocator >inline
max_size_max_ (defined in cetl::VariableLengthArray< T, Allocator >)cetl::VariableLengthArray< T, Allocator >protected
move_assign_from(VariableLengthArrayBase &&rhs, const size_type rhs_max_size, typename std::enable_if_t< is_pocma_or_is_always_equal< UAlloc >::value > *=nullptr) noexceptcetl::VariableLengthArrayBase< T, Allocator >inlineprotected
move_assign_from(VariableLengthArrayBase &&rhs, const size_type rhs_max_size, typename std::enable_if_t< is_pocma_or_is_always_equal< UAlloc >::value > *=nullptr) noexceptcetl::VariableLengthArrayBase< T, Allocator >inlineprotected
operator!=(const VariableLengthArray &rhs) const noexcept (defined in cetl::VariableLengthArray< T, Allocator >)cetl::VariableLengthArray< T, Allocator >inline
operator=(const VariableLengthArray &rhs) (defined in cetl::VariableLengthArray< T, Allocator >)cetl::VariableLengthArray< T, Allocator >inline
operator=(VariableLengthArray &&rhs) noexcept(std::allocator_traits< allocator_type >::propagate_on_container_move_assignment::value||std::allocator_traits< allocator_type >::is_always_equal::value) (defined in cetl::VariableLengthArray< T, Allocator >)cetl::VariableLengthArray< T, Allocator >inline
operator==(const VariableLengthArray &rhs) const noexcept (defined in cetl::VariableLengthArray< T, Allocator >)cetl::VariableLengthArray< T, Allocator >inline
operator[](size_type pos) const noexceptcetl::VariableLengthArray< T, Allocator >inline
operator[](size_type pos) noexceptcetl::VariableLengthArray< T, Allocator >inline
pointer typedefcetl::VariableLengthArray< T, Allocator >
pop_back() noexcept(std::is_nothrow_destructible< value_type >::value)cetl::VariableLengthArray< T, Allocator >inline
push_back(const value_type &value)cetl::VariableLengthArray< T, Allocator >inline
push_back(value_type &&value)cetl::VariableLengthArray< T, Allocator >inline
reference typedefcetl::VariableLengthArray< T, Allocator >
reserve(const size_type desired_capacity)cetl::VariableLengthArray< T, Allocator >inline
cetl::VariableLengthArrayBase< T, Allocator >::reserve(const size_type desired_capacity, const size_type max_size)cetl::VariableLengthArrayBase< T, Allocator >inlineprotected
resize(size_type count)cetl::VariableLengthArray< T, Allocator >inline
resize(size_type count, const value_type &value)cetl::VariableLengthArray< T, Allocator >inline
shrink_to_fit()cetl::VariableLengthArray< T, Allocator >inline
size() const noexceptcetl::VariableLengthArray< T, Allocator >inline
size_ (defined in cetl::VariableLengthArray< T, Allocator >)cetl::VariableLengthArray< T, Allocator >protected
size_type typedefcetl::VariableLengthArray< T, Allocator >
value_type typedefcetl::VariableLengthArray< T, Allocator >
VariableLengthArray(const allocator_type &alloc) noexceptcetl::VariableLengthArray< T, Allocator >inlineexplicit
VariableLengthArray(size_type max_size_max, const allocator_type &alloc) noexceptcetl::VariableLengthArray< T, Allocator >inlineexplicit
VariableLengthArray(std::initializer_list< value_type > l, size_type max_size_max, const allocator_type &alloc)cetl::VariableLengthArray< T, Allocator >inline
VariableLengthArray(std::initializer_list< value_type > l, const allocator_type &alloc)cetl::VariableLengthArray< T, Allocator >inline
VariableLengthArray(InputIt first, InputIt last, size_type max_size_max, const allocator_type &alloc)cetl::VariableLengthArray< T, Allocator >inline
VariableLengthArray(InputIt first, InputIt last, const allocator_type &alloc)cetl::VariableLengthArray< T, Allocator >inline
VariableLengthArray(const VariableLengthArray &rhs, const allocator_type &alloc) (defined in cetl::VariableLengthArray< T, Allocator >)cetl::VariableLengthArray< T, Allocator >inline
VariableLengthArray(const VariableLengthArray &rhs) (defined in cetl::VariableLengthArray< T, Allocator >)cetl::VariableLengthArray< T, Allocator >inline
VariableLengthArray(VariableLengthArray &&rhs, const allocator_type &alloc) noexcept (defined in cetl::VariableLengthArray< T, Allocator >)cetl::VariableLengthArray< T, Allocator >inline
VariableLengthArray(VariableLengthArray &&rhs) noexcept (defined in cetl::VariableLengthArray< T, Allocator >)cetl::VariableLengthArray< T, Allocator >inline
~VariableLengthArray() (defined in cetl::VariableLengthArray< T, Allocator >)cetl::VariableLengthArray< T, Allocator >inline