allocator_type typedef | xentara::utils::core::RawVector< Element, Allocator > | |
assign(size_type size, const Element &value) -> void | xentara::utils::core::RawVector< Element, Allocator > | |
assign(InputIterator first, InputIterator last) -> void | xentara::utils::core::RawVector< Element, Allocator > | |
assign(std::initializer_list< Element > values) -> void | xentara::utils::core::RawVector< Element, Allocator > | |
at(size_type index) const -> const_reference | xentara::utils::core::RawVector< Element, Allocator > | |
at(size_type index) -> reference | xentara::utils::core::RawVector< Element, Allocator > | |
back() const noexcept -> const_reference | xentara::utils::core::RawVector< Element, Allocator > | |
back() noexcept -> reference | xentara::utils::core::RawVector< Element, Allocator > | |
begin() noexcept -> iterator | xentara::utils::core::RawVector< Element, Allocator > | |
begin() const noexcept -> const_iterator | xentara::utils::core::RawVector< Element, Allocator > | |
capacity() const noexcept -> size_type | xentara::utils::core::RawVector< Element, Allocator > | |
cbegin() const noexcept -> const_iterator | xentara::utils::core::RawVector< Element, Allocator > | |
cend() const noexcept -> const_iterator | xentara::utils::core::RawVector< Element, Allocator > | |
clear() noexcept -> void | xentara::utils::core::RawVector< Element, Allocator > | |
const_iterator typedef | xentara::utils::core::RawVector< Element, Allocator > | |
const_pointer typedef | xentara::utils::core::RawVector< Element, Allocator > | |
const_reference typedef | xentara::utils::core::RawVector< Element, Allocator > | |
const_reverse_iterator typedef | xentara::utils::core::RawVector< Element, Allocator > | |
crbegin() const noexcept -> const_reverse_iterator | xentara::utils::core::RawVector< Element, Allocator > | |
crend() const noexcept -> const_reverse_iterator | xentara::utils::core::RawVector< Element, Allocator > | |
data() const noexcept -> const value_type * | xentara::utils::core::RawVector< Element, Allocator > | |
data() noexcept -> value_type * | xentara::utils::core::RawVector< Element, Allocator > | |
difference_type typedef | xentara::utils::core::RawVector< Element, Allocator > | |
emplace(const_iterator where, Arguments &&... arguments) -> iterator | xentara::utils::core::RawVector< Element, Allocator > | |
emplace_back(Arguments &&... arguments) -> reference | xentara::utils::core::RawVector< Element, Allocator > | |
empty() const noexcept -> bool | xentara::utils::core::RawVector< Element, Allocator > | |
end() noexcept -> iterator | xentara::utils::core::RawVector< Element, Allocator > | |
end() const noexcept -> const_iterator | xentara::utils::core::RawVector< Element, Allocator > | |
erase(const_iterator position) -> iterator | xentara::utils::core::RawVector< Element, Allocator > | |
erase(const_iterator first, const_iterator last) -> iterator | xentara::utils::core::RawVector< Element, Allocator > | |
front() const noexcept -> const_reference | xentara::utils::core::RawVector< Element, Allocator > | |
front() noexcept -> reference | xentara::utils::core::RawVector< Element, Allocator > | |
get_allocator() const noexcept -> allocator_type | xentara::utils::core::RawVector< Element, Allocator > | |
insert(const_iterator where, const Element &value) -> iterator | xentara::utils::core::RawVector< Element, Allocator > | |
insert(const_iterator where, Element &&value) -> iterator | xentara::utils::core::RawVector< Element, Allocator > | |
insert(const_iterator where, size_type count, UninitializedTag tag) -> iterator | xentara::utils::core::RawVector< Element, Allocator > | |
insert(const_iterator where, size_type count, const Element &value) -> iterator | xentara::utils::core::RawVector< Element, Allocator > | |
insert(const_iterator where, InputIterator first, InputIterator last) -> iterator | xentara::utils::core::RawVector< Element, Allocator > | |
insert(const_iterator where, std::initializer_list< Element > values) -> iterator | xentara::utils::core::RawVector< Element, Allocator > | |
iterator typedef | xentara::utils::core::RawVector< Element, Allocator > | |
max_size() const noexcept -> size_type | xentara::utils::core::RawVector< Element, Allocator > | |
operator<=>(const RawVector &rhs) const noexcept -> std::compare_three_way_result_t< value_type > | xentara::utils::core::RawVector< Element, Allocator > | |
operator=(std::initializer_list< Element > values) -> RawVector & | xentara::utils::core::RawVector< Element, Allocator > | |
operator==(const RawVector &rhs) const noexcept -> bool | xentara::utils::core::RawVector< Element, Allocator > | |
operator[](size_type index) const noexcept -> const_reference | xentara::utils::core::RawVector< Element, Allocator > | |
operator[](size_type index) noexcept -> reference | xentara::utils::core::RawVector< Element, Allocator > | |
pointer typedef | xentara::utils::core::RawVector< Element, Allocator > | |
pop_back() -> void | xentara::utils::core::RawVector< Element, Allocator > | |
push_back(const Element &value) -> void | xentara::utils::core::RawVector< Element, Allocator > | |
push_back(Element &&value) -> void | xentara::utils::core::RawVector< Element, Allocator > | |
RawVector() noexcept(noexcept(Allocator()))=default | xentara::utils::core::RawVector< Element, Allocator > | |
RawVector(const Allocator &allocator) noexcept | xentara::utils::core::RawVector< Element, Allocator > | explicit |
RawVector(size_type size, const Allocator &allocator=Allocator()) | xentara::utils::core::RawVector< Element, Allocator > | explicit |
RawVector(size_type size, const Element &value, const Allocator &allocator=Allocator()) | xentara::utils::core::RawVector< Element, Allocator > | |
RawVector(InputIterator first, InputIterator last, const Allocator &allocator=Allocator()) | xentara::utils::core::RawVector< Element, Allocator > | |
RawVector(const RawVector &other, const Allocator &allocator) | xentara::utils::core::RawVector< Element, Allocator > | |
RawVector(RawVector &&other, const Allocator &allocator) | xentara::utils::core::RawVector< Element, Allocator > | |
RawVector(std::initializer_list< Element > values, const Allocator &allocator=Allocator()) | xentara::utils::core::RawVector< Element, Allocator > | |
rbegin() noexcept -> reverse_iterator | xentara::utils::core::RawVector< Element, Allocator > | |
rbegin() const noexcept -> const_reverse_iterator | xentara::utils::core::RawVector< Element, Allocator > | |
reference typedef | xentara::utils::core::RawVector< Element, Allocator > | |
rend() noexcept -> reverse_iterator | xentara::utils::core::RawVector< Element, Allocator > | |
rend() const noexcept -> const_reverse_iterator | xentara::utils::core::RawVector< Element, Allocator > | |
reserve(size_type capacity) -> void | xentara::utils::core::RawVector< Element, Allocator > | |
resize(size_type newSize) -> void | xentara::utils::core::RawVector< Element, Allocator > | |
resize(size_type newSize, const value_type &fillValue) -> void | xentara::utils::core::RawVector< Element, Allocator > | |
reverse_iterator typedef | xentara::utils::core::RawVector< Element, Allocator > | |
shrink_to_fit() -> void | xentara::utils::core::RawVector< Element, Allocator > | |
size() const noexcept -> size_type | xentara::utils::core::RawVector< Element, Allocator > | |
size_type typedef | xentara::utils::core::RawVector< Element, Allocator > | |
swap(RawVector &other) noexcept -> void | xentara::utils::core::RawVector< Element, Allocator > | |
swap | xentara::utils::core::RawVector< Element, Allocator > | friend |
value_type typedef | xentara::utils::core::RawVector< Element, Allocator > | |