OTB  9.0.0
Orfeo Toolbox
otb::Span< T > Member List

This is the complete list of members for otb::Span< T >, including all inherited members.

back() noexceptotb::Span< T >inline
back() const noexceptotb::Span< T >inline
begin() noexceptotb::Span< T >inline
begin() const noexceptotb::Span< T >inline
cbegin() const noexceptotb::Span< T >inline
cend() const noexceptotb::Span< T >inline
const_iterator typedefotb::Span< T >
const_pointer typedefotb::Span< T >
const_reference typedefotb::Span< T >
const_reverse_iterator typedefotb::Span< T >
crbegin() const noexceptotb::Span< T >inline
crend() const noexceptotb::Span< T >inline
data() noexceptotb::Span< T >inline
data() const noexceptotb::Span< T >inline
difference_type typedefotb::Span< T >
element_type typedefotb::Span< T >
empty() const noexceptotb::Span< T >inline
end() noexceptotb::Span< T >inline
end() const noexceptotb::Span< T >inline
first(index_type n) const noexceptotb::Span< T >inline
front() noexceptotb::Span< T >inline
front() const noexceptotb::Span< T >inline
index_type typedefotb::Span< T >
iterator typedefotb::Span< T >
last(index_type n) const noexceptotb::Span< T >inline
m_bufferotb::Span< T >private
m_sizeotb::Span< T >private
operator=(Span const &) noexcept=defaultotb::Span< T >
operator[](index_type p) noexceptotb::Span< T >inline
operator[](index_type p) const noexceptotb::Span< T >inline
pointer typedefotb::Span< T >
rbegin() noexceptotb::Span< T >inline
reference typedefotb::Span< T >
rend() noexceptotb::Span< T >inline
reverse_iterator typedefotb::Span< T >
size() const noexceptotb::Span< T >inline
Span() noexcept=defaultotb::Span< T >
Span(pointer ptr, index_type count) noexceptotb::Span< T >inline
Span(pointer first, pointer last) noexceptotb::Span< T >inline
Span(element_type(&arr)[N]) noexceptotb::Span< T >inline
Span(Container &&cont) noexceptotb::Span< T >inline
Span(const otb::Span< U > &s) noexceptotb::Span< T >inline
Span(const Span &other) noexcept=defaultotb::Span< T >
subspan(index_type offset, index_type count=std::numeric_limits< index_type >::max()) const noexceptotb::Span< T >inline
value_type typedefotb::Span< T >
~Span()=defaultotb::Span< T >