|
IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
|
This is the complete list of members for ice::Span< Type >, including all inherited members.
| _count | ice::Span< Type > | |
| _data | ice::Span< Type > | |
| begin(this Self &&self) noexcept -> ice::container::Iterator< Self > | ice::container::ContiguousContainer | inline |
| ConstContainerValueType typedef | ice::Span< Type > | |
| ConstIterator typedef | ice::Span< Type > | |
| ConstReverseIterator typedef | ice::Span< Type > | |
| ContainerTag typedef | ice::Span< Type > | |
| data(this Self &self) noexcept -> ice::container::ValuePtr< Self > | ice::Span< Type > | inline |
| data_view(this Span const &self) noexcept -> ice::Data | ice::Span< Type > | inline |
| end(this Self &&self) noexcept -> ice::container::Iterator< Self > | ice::container::ContiguousContainer | inline |
| first(this Self &&self) noexcept -> ice::container::ValueRef< Self > | ice::container::ContiguousContainer | inline |
| headspan(this Self &&self, ice::ncount count=1) noexcept -> ice::container::SpanType< Self > | ice::container::ContiguousContainer | inline |
| index_of(this Self const &self, ice::container::ValueRef< Self > value) noexcept -> ice::nindex | ice::container::ContiguousContainer | inline |
| index_of(this Self const &self, Predicate const &predicate, Args const &... args) noexcept -> ice::nindex | ice::container::ContiguousContainer | inline |
| is_empty(this Self const &self) noexcept | ice::container::BasicContainer | inline |
| Iterator typedef | ice::Span< Type > | |
| last(this Self &&self) noexcept -> ice::container::ValueRef< Self > | ice::container::ContiguousContainer | inline |
| meminfo(this Self const &self) noexcept -> ice::meminfo | ice::container::ContiguousContainer | inline |
| memory_view(this Span const &self) noexcept -> ice::Memory requires(not std::is_const_v< ValueType >) | ice::Span< Type > | inline |
| memset(this Self const &self, ice::u8 value) noexcept -> ice::Memory | ice::container::ContiguousContainer | inline |
| not_empty(this Self const &self) noexcept | ice::container::BasicContainer | inline |
| operator ice::Span< Type const >() noexcept | ice::Span< Type > | inline |
| operator ice::Span< Type const >() const noexcept | ice::Span< Type > | inline |
| operator=(ice::Span< Type > &&other) noexcept -> ice::Span< Type > &=default | ice::Span< Type > | |
| operator=(ice::Span< Type > const &other) noexcept -> ice::Span< Type > &=default | ice::Span< Type > | |
| operator[](this Self &&self, ice::nindex index) noexcept -> ice::container::ValueRef< Self > | ice::container::ContiguousContainer | inline |
| rbegin(this Self &&self) noexcept -> ice::container::ReverseIterator< Self > | ice::container::ContiguousContainer | inline |
| rend(this Self &&self) noexcept -> ice::container::ReverseIterator< Self > | ice::container::ContiguousContainer | inline |
| ReverseIterator typedef | ice::Span< Type > | |
| size(this Span const &self) noexcept -> ice::ncount | ice::Span< Type > | inline |
| SizeType typedef | ice::Span< Type > | |
| Span() noexcept | ice::Span< Type > | |
| Span(ice::Span< Type > &&other) noexcept=default | ice::Span< Type > | |
| Span(ice::Span< Type > const &other) noexcept=default | ice::Span< Type > | |
| Span(Type *location, ice::ncount count) noexcept | ice::Span< Type > | |
| Span(Type *from, Type *to) noexcept | ice::Span< Type > | |
| Span(Type(&location)[Size]) noexcept | ice::Span< Type > | |
| subspan(this Self &&self, ice::nindex from, ice::ncount count=ice::ncount_none) noexcept -> ice::container::SpanType< Self > | ice::container::ContiguousContainer | inline |
| subspan(this Self &&self, ice::ref32 refval) noexcept -> ice::container::SpanType< Self > | ice::container::ContiguousContainer | inline |
| tailspan(this Self &&self, ice::nindex offset=1) noexcept -> ice::container::SpanType< Self > | ice::container::ContiguousContainer | inline |
| ValueType typedef | ice::Span< Type > |