OTB
9.0.0
Orfeo Toolbox
|
This is the complete list of members for otb::Span< T >, including all inherited members.
back() noexcept | otb::Span< T > | inline |
back() const noexcept | otb::Span< T > | inline |
begin() noexcept | otb::Span< T > | inline |
begin() const noexcept | otb::Span< T > | inline |
cbegin() const noexcept | otb::Span< T > | inline |
cend() const noexcept | otb::Span< T > | inline |
const_iterator typedef | otb::Span< T > | |
const_pointer typedef | otb::Span< T > | |
const_reference typedef | otb::Span< T > | |
const_reverse_iterator typedef | otb::Span< T > | |
crbegin() const noexcept | otb::Span< T > | inline |
crend() const noexcept | otb::Span< T > | inline |
data() noexcept | otb::Span< T > | inline |
data() const noexcept | otb::Span< T > | inline |
difference_type typedef | otb::Span< T > | |
element_type typedef | otb::Span< T > | |
empty() const noexcept | otb::Span< T > | inline |
end() noexcept | otb::Span< T > | inline |
end() const noexcept | otb::Span< T > | inline |
first(index_type n) const noexcept | otb::Span< T > | inline |
front() noexcept | otb::Span< T > | inline |
front() const noexcept | otb::Span< T > | inline |
index_type typedef | otb::Span< T > | |
iterator typedef | otb::Span< T > | |
last(index_type n) const noexcept | otb::Span< T > | inline |
m_buffer | otb::Span< T > | private |
m_size | otb::Span< T > | private |
operator=(Span const &) noexcept=default | otb::Span< T > | |
operator[](index_type p) noexcept | otb::Span< T > | inline |
operator[](index_type p) const noexcept | otb::Span< T > | inline |
pointer typedef | otb::Span< T > | |
rbegin() noexcept | otb::Span< T > | inline |
reference typedef | otb::Span< T > | |
rend() noexcept | otb::Span< T > | inline |
reverse_iterator typedef | otb::Span< T > | |
size() const noexcept | otb::Span< T > | inline |
Span() noexcept=default | otb::Span< T > | |
Span(pointer ptr, index_type count) noexcept | otb::Span< T > | inline |
Span(pointer first, pointer last) noexcept | otb::Span< T > | inline |
Span(element_type(&arr)[N]) noexcept | otb::Span< T > | inline |
Span(Container &&cont) noexcept | otb::Span< T > | inline |
Span(const otb::Span< U > &s) noexcept | otb::Span< T > | inline |
Span(const Span &other) noexcept=default | otb::Span< T > | |
subspan(index_type offset, index_type count=std::numeric_limits< index_type >::max()) const noexcept | otb::Span< T > | inline |
value_type typedef | otb::Span< T > | |
~Span()=default | otb::Span< T > |