scc  2024.06
SystemC components library
TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent > Member List

This is the complete list of members for TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >, including all inherited members.

back() const (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
begin() const noexcept (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
const_pointer typedef (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >
const_reference typedef (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >
data() const noexcept (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
difference_type typedef (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >
element_type typedef (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >
empty() const noexcept (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
end() const noexcept (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
extent (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >static
first() const (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
first(size_type count) const (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
front() const (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
iterator typedef (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >
last() const (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
last(size_type count) const (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
operator=(const span &other) noexcept=default (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >
operator[](size_type idx) const (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
pointer typedef (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >
rbegin() const noexcept (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
reference typedef (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >
rend() const noexcept (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
reverse_iterator typedef (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >
size() const noexcept (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
size_bytes() const noexcept (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
size_type typedef (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >
span() noexcept (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
span(pointer ptr, size_type count) (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
span(pointer first_elem, pointer last_elem) (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
span(element_type(&arr)[N]) noexcept (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
span(std::array< T, N > &arr) noexcept (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
span(const std::array< T, N > &arr) noexcept (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
span(Container &cont) (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
span(const Container &cont) (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
span(const span &other) noexcept=default (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >
span(const span< OtherElementType, OtherExtent > &other) noexcept (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
subspan() const (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
subspan(size_type offset, size_type count=dynamic_extent) const (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >inline
subspan_return_t typedef (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >
value_type typedef (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >
~span() noexcept=default (defined in TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >)TCB_SPAN_NAMESPACE_NAME::span< ElementType, Extent >