![]() |
Embedded Template Library
1.0
|
This is the complete list of members for etl::span< T, EXTENT >, including all inherited members.
back() const ETL_NOEXCEPT | etl::span< T, EXTENT > | inline |
begin() const ETL_NOEXCEPT | etl::span< T, EXTENT > | inline |
const_iterator typedef (defined in etl::span< T, EXTENT >) | etl::span< T, EXTENT > | |
const_pointer typedef (defined in etl::span< T, EXTENT >) | etl::span< T, EXTENT > | |
const_reference typedef (defined in etl::span< T, EXTENT >) | etl::span< T, EXTENT > | |
const_reverse_iterator typedef (defined in etl::span< T, EXTENT >) | etl::span< T, EXTENT > | |
data() const ETL_NOEXCEPT | etl::span< T, EXTENT > | inline |
element_type typedef (defined in etl::span< T, EXTENT >) | etl::span< T, EXTENT > | |
empty() const ETL_NOEXCEPT | etl::span< T, EXTENT > | inline |
end() const ETL_NOEXCEPT | etl::span< T, EXTENT > | inline |
extent (defined in etl::span< T, EXTENT >) | etl::span< T, EXTENT > | static |
first() const | etl::span< T, EXTENT > | inline |
first(size_t count) const | etl::span< T, EXTENT > | inline |
front() const ETL_NOEXCEPT | etl::span< T, EXTENT > | inline |
iterator typedef (defined in etl::span< T, EXTENT >) | etl::span< T, EXTENT > | |
last() const | etl::span< T, EXTENT > | inline |
last(size_t count) const | etl::span< T, EXTENT > | inline |
max_size() const ETL_NOEXCEPT | etl::span< T, EXTENT > | inline |
operator=(const span &other) ETL_NOEXCEPT | etl::span< T, EXTENT > | inline |
operator[](const size_t i) const | etl::span< T, EXTENT > | inline |
pointer typedef (defined in etl::span< T, EXTENT >) | etl::span< T, EXTENT > | |
rbegin() const ETL_NOEXCEPT (defined in etl::span< T, EXTENT >) | etl::span< T, EXTENT > | inline |
reference typedef (defined in etl::span< T, EXTENT >) | etl::span< T, EXTENT > | |
rend() const ETL_NOEXCEPT | etl::span< T, EXTENT > | inline |
reverse_iterator typedef (defined in etl::span< T, EXTENT >) | etl::span< T, EXTENT > | |
size() const ETL_NOEXCEPT | etl::span< T, EXTENT > | inline |
size_bytes() const ETL_NOEXCEPT | etl::span< T, EXTENT > | inline |
size_type typedef (defined in etl::span< T, EXTENT >) | etl::span< T, EXTENT > | |
span() ETL_NOEXCEPT | etl::span< T, EXTENT > | inline |
span(TSpan &a) ETL_NOEXCEPT | etl::span< T, EXTENT > | inline |
span(const TSpan &a) ETL_NOEXCEPT | etl::span< T, EXTENT > | inline |
span(const TIterator begin_, const TIterator end_) | etl::span< T, EXTENT > | inline |
span(const TIterator begin_, const TSize size_) ETL_NOEXCEPT | etl::span< T, EXTENT > | inline |
span(element_type(&begin_)[ARRAY_SIZE]) ETL_NOEXCEPT | etl::span< T, EXTENT > | inline |
span(const span &other) ETL_NOEXCEPT | etl::span< T, EXTENT > | inline |
subspan() const | etl::span< T, EXTENT > | inline |
subspan() const | etl::span< T, EXTENT > | inline |
subspan(size_t offset, size_t count=etl::dynamic_extent) const | etl::span< T, EXTENT > | inline |
value_type typedef (defined in etl::span< T, EXTENT >) | etl::span< T, EXTENT > |