xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::core::RawVector< Element, Allocator > Member List

This is the complete list of members for xentara::utils::core::RawVector< Element, Allocator >, including all inherited members.

allocator_type typedefxentara::utils::core::RawVector< Element, Allocator >
assign(size_type size, const Element &value) -> voidxentara::utils::core::RawVector< Element, Allocator >
assign(InputIterator first, InputIterator last) -> voidxentara::utils::core::RawVector< Element, Allocator >
assign(std::initializer_list< Element > values) -> voidxentara::utils::core::RawVector< Element, Allocator >
at(size_type index) const -> const_referencexentara::utils::core::RawVector< Element, Allocator >
at(size_type index) -> referencexentara::utils::core::RawVector< Element, Allocator >
back() const noexcept -> const_referencexentara::utils::core::RawVector< Element, Allocator >
back() noexcept -> referencexentara::utils::core::RawVector< Element, Allocator >
begin() noexcept -> iteratorxentara::utils::core::RawVector< Element, Allocator >
begin() const noexcept -> const_iteratorxentara::utils::core::RawVector< Element, Allocator >
capacity() const noexcept -> size_typexentara::utils::core::RawVector< Element, Allocator >
cbegin() const noexcept -> const_iteratorxentara::utils::core::RawVector< Element, Allocator >
cend() const noexcept -> const_iteratorxentara::utils::core::RawVector< Element, Allocator >
clear() noexcept -> voidxentara::utils::core::RawVector< Element, Allocator >
const_iterator typedefxentara::utils::core::RawVector< Element, Allocator >
const_pointer typedefxentara::utils::core::RawVector< Element, Allocator >
const_reference typedefxentara::utils::core::RawVector< Element, Allocator >
const_reverse_iterator typedefxentara::utils::core::RawVector< Element, Allocator >
crbegin() const noexcept -> const_reverse_iteratorxentara::utils::core::RawVector< Element, Allocator >
crend() const noexcept -> const_reverse_iteratorxentara::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 typedefxentara::utils::core::RawVector< Element, Allocator >
emplace(const_iterator where, Arguments &&... arguments) -> iteratorxentara::utils::core::RawVector< Element, Allocator >
emplace_back(Arguments &&... arguments) -> referencexentara::utils::core::RawVector< Element, Allocator >
empty() const noexcept -> boolxentara::utils::core::RawVector< Element, Allocator >
end() noexcept -> iteratorxentara::utils::core::RawVector< Element, Allocator >
end() const noexcept -> const_iteratorxentara::utils::core::RawVector< Element, Allocator >
erase(const_iterator position) -> iteratorxentara::utils::core::RawVector< Element, Allocator >
erase(const_iterator first, const_iterator last) -> iteratorxentara::utils::core::RawVector< Element, Allocator >
front() const noexcept -> const_referencexentara::utils::core::RawVector< Element, Allocator >
front() noexcept -> referencexentara::utils::core::RawVector< Element, Allocator >
get_allocator() const noexcept -> allocator_typexentara::utils::core::RawVector< Element, Allocator >
insert(const_iterator where, const Element &value) -> iteratorxentara::utils::core::RawVector< Element, Allocator >
insert(const_iterator where, Element &&value) -> iteratorxentara::utils::core::RawVector< Element, Allocator >
insert(const_iterator where, size_type count, UninitializedTag tag) -> iteratorxentara::utils::core::RawVector< Element, Allocator >
insert(const_iterator where, size_type count, const Element &value) -> iteratorxentara::utils::core::RawVector< Element, Allocator >
insert(const_iterator where, InputIterator first, InputIterator last) -> iteratorxentara::utils::core::RawVector< Element, Allocator >
insert(const_iterator where, std::initializer_list< Element > values) -> iteratorxentara::utils::core::RawVector< Element, Allocator >
iterator typedefxentara::utils::core::RawVector< Element, Allocator >
max_size() const noexcept -> size_typexentara::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 -> boolxentara::utils::core::RawVector< Element, Allocator >
operator[](size_type index) const noexcept -> const_referencexentara::utils::core::RawVector< Element, Allocator >
operator[](size_type index) noexcept -> referencexentara::utils::core::RawVector< Element, Allocator >
pointer typedefxentara::utils::core::RawVector< Element, Allocator >
pop_back() -> voidxentara::utils::core::RawVector< Element, Allocator >
push_back(const Element &value) -> voidxentara::utils::core::RawVector< Element, Allocator >
push_back(Element &&value) -> voidxentara::utils::core::RawVector< Element, Allocator >
RawVector() noexcept(noexcept(Allocator()))=defaultxentara::utils::core::RawVector< Element, Allocator >
RawVector(const Allocator &allocator) noexceptxentara::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_iteratorxentara::utils::core::RawVector< Element, Allocator >
rbegin() const noexcept -> const_reverse_iteratorxentara::utils::core::RawVector< Element, Allocator >
reference typedefxentara::utils::core::RawVector< Element, Allocator >
rend() noexcept -> reverse_iteratorxentara::utils::core::RawVector< Element, Allocator >
rend() const noexcept -> const_reverse_iteratorxentara::utils::core::RawVector< Element, Allocator >
reserve(size_type capacity) -> voidxentara::utils::core::RawVector< Element, Allocator >
resize(size_type newSize) -> voidxentara::utils::core::RawVector< Element, Allocator >
resize(size_type newSize, const value_type &fillValue) -> voidxentara::utils::core::RawVector< Element, Allocator >
reverse_iterator typedefxentara::utils::core::RawVector< Element, Allocator >
shrink_to_fit() -> voidxentara::utils::core::RawVector< Element, Allocator >
size() const noexcept -> size_typexentara::utils::core::RawVector< Element, Allocator >
size_type typedefxentara::utils::core::RawVector< Element, Allocator >
swap(RawVector &other) noexcept -> voidxentara::utils::core::RawVector< Element, Allocator >
swapxentara::utils::core::RawVector< Element, Allocator >friend
value_type typedefxentara::utils::core::RawVector< Element, Allocator >