|
IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
|
This is the complete list of members for ice::container::ContiguousContainer, including all inherited members.
| begin(this Self &&self) noexcept -> ice::container::Iterator< Self > | ice::container::ContiguousContainer | 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 |
| 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 |
| 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[](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 |
| 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 |