_setArray(pointer v, Int64 s) noexcept | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inlineprotected |
_setPtr(pointer v) noexcept | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inlineprotected |
_setSize(Int64 s) noexcept | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inlineprotected |
ARCCORE_DEPRECATED_REASON("Y2023: Use begin()/end() instead") ArrayRange< pointer > range() const | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
BaseClass typedef (défini dans Arccore::Span< T, Extent, MinValue >) | Arccore::Span< T, Extent, MinValue > | |
begin() const noexcept | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
constSmallView() const | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
contains(const_reference v) const | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
copy(const U ©_array) | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
create(pointer ptr, size_type asize) noexcept | Arccore::Span< T, Extent, MinValue > | inlinestatic |
data() const noexcept | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
empty() const noexcept | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
end() const noexcept | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
fill(T o) | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
findFirst(const_reference v) const | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
is_same_const_type typedef (défini dans Arccore::Span< T, Extent, MinValue >) | Arccore::Span< T, Extent, MinValue > | |
item(Int64 i) const | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
length() const noexcept | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
m_ptr | Arccore::SpanImpl< T, Int64, Extent, MinValue > | private |
m_size | Arccore::SpanImpl< T, Int64, Extent, MinValue > | private |
operator()(Int64 i) const | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
operator=(std::array< X, N > &from) noexcept | Arccore::Span< T, Extent, MinValue > | inline |
operator[](Int64 i) const | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
pointer typedef (défini dans Arccore::Span< T, Extent, MinValue >) | Arccore::Span< T, Extent, MinValue > | |
ptrAt(Int64 index) const | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
rbegin() const noexcept | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
rend() const noexcept | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
setItem(Int64 i, const_reference v) noexcept | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
size() const noexcept | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
size_type typedef (défini dans Arccore::Span< T, Extent, MinValue >) | Arccore::Span< T, Extent, MinValue > | |
sizeBytes() const noexcept | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
smallView() | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
Span()=default | Arccore::Span< T, Extent, MinValue > | |
Span(const ArrayView< value_type > &from) noexcept | Arccore::Span< T, Extent, MinValue > | inline |
Span(const ConstArrayView< X > &from) noexcept (défini dans Arccore::Span< T, Extent, MinValue >) | Arccore::Span< T, Extent, MinValue > | inline |
Span(const Span< X, XExtent, XMinValue > &from) noexcept (défini dans Arccore::Span< T, Extent, MinValue >) | Arccore::Span< T, Extent, MinValue > | inline |
Span(const SmallSpan< X, XExtent, XMinValue > &from) noexcept (défini dans Arccore::Span< T, Extent, MinValue >) | Arccore::Span< T, Extent, MinValue > | inline |
Span(const SpanImpl< T, Int64, XExtent, XMinValue > &from) noexcept (défini dans Arccore::Span< T, Extent, MinValue >) | Arccore::Span< T, Extent, MinValue > | inline |
Span(const SpanImpl< T, Int32, XExtent, XMinValue > &from) noexcept (défini dans Arccore::Span< T, Extent, MinValue >) | Arccore::Span< T, Extent, MinValue > | inline |
Span(pointer ptr, Int64 asize) noexcept | Arccore::Span< T, Extent, MinValue > | inline |
Span(std::array< X, N > &from) noexcept | Arccore::Span< T, Extent, MinValue > | inline |
SpanImpl() noexcept | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
SpanImpl(const SpanImpl< X, Int64, XExtent, XMinValue > &from) noexcept | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
SpanImpl(pointer ptr, Int64 asize) noexcept | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
SpanImpl(std::array< X, N > &from) | Arccore::SpanImpl< T, Int64, Extent, MinValue > | inline |
subPart(Int64 abegin, Int64 asize) const | Arccore::Span< T, Extent, MinValue > | inline |
subPartInterval(Int64 index, Int64 nb_interval) const | Arccore::Span< T, Extent, MinValue > | inline |
subSpan(Int64 abegin, Int64 asize) const | Arccore::Span< T, Extent, MinValue > | inline |
subspan(Int64 abegin, Int64 asize) const | Arccore::Span< T, Extent, MinValue > | inline |
subSpanInterval(Int64 index, Int64 nb_interval) const | Arccore::Span< T, Extent, MinValue > | inline |
subView(Int64 abegin, Int64 asize) const | Arccore::Span< T, Extent, MinValue > | inline |
subViewInterval(Int64 index, Int64 nb_interval) const | Arccore::Span< T, Extent, MinValue > | inline |
ThatClass typedef (défini dans Arccore::Span< T, Extent, MinValue >) | Arccore::Span< T, Extent, MinValue > | |
value_type typedef (défini dans Arccore::Span< T, Extent, MinValue >) | Arccore::Span< T, Extent, MinValue > | |