|
IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
|
This is the complete list of members for ice::Array< Type, Logic >, including all inherited members.
| _allocator | ice::Array< Type, Logic > | |
| _capacity | ice::Array< Type, Logic > | |
| _count | ice::Array< Type, Logic > | |
| _data | ice::Array< Type, Logic > | |
| Array(ice::Allocator &alloc) noexcept | ice::Array< Type, Logic > | inlineexplicit |
| Array(Array &&other) noexcept | ice::Array< Type, Logic > | inline |
| Array(Array const &other) noexcept | ice::Array< Type, Logic > | inline |
| Array(ice::Allocator &alloc, ice::Span< Type const > values) noexcept | ice::Array< Type, Logic > | inline |
| begin(this Self &&self) noexcept -> ice::container::Iterator< Self > | ice::container::ContiguousContainer | inline |
| capacity() const noexcept -> SizeType | ice::Array< Type, Logic > | inline |
| clear() noexcept | ice::Array< Type, Logic > | inline |
| ConstContainerValueType typedef | ice::Array< Type, Logic > | |
| ConstIterator typedef | ice::Array< Type, Logic > | |
| ConstReverseIterator typedef | ice::Array< Type, Logic > | |
| ContainerTag typedef | ice::Array< Type, Logic > | |
| data(this Self &self) noexcept -> ice::container::ValuePtr< Self > | ice::Array< Type, Logic > | inline |
| data_view(this Array const &self) noexcept -> ice::Data | ice::Array< Type, Logic > | 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 |
| grow(this Self &self, ice::ncount min_capacity=ice::ncount_none) noexcept | ice::container::ResizableContainer | 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 |
| is_full(this Self const &self) noexcept | ice::container::ResizableContainer | inline |
| Iterator typedef | ice::Array< Type, Logic > | |
| 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 Array &self) noexcept -> ice::Memory | ice::Array< Type, Logic > | 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 |
| not_full(this Self const &self) noexcept | ice::container::ResizableContainer | inline |
| operator ice::Span< Type >() noexcept | ice::Array< Type, Logic > | inline |
| operator ice::Span< Type const >() const noexcept | ice::Array< Type, Logic > | inline |
| operator=(Array &&other) noexcept -> Array & | ice::Array< Type, Logic > | inline |
| operator=(Array const &other) noexcept -> Array & | ice::Array< Type, Logic > | inline |
| operator[](this Self &&self, ice::nindex index) noexcept -> ice::container::ValueRef< Self > | ice::container::ContiguousContainer | inline |
| pop_back(ice::ncount count=1_count) noexcept | ice::Array< Type, Logic > | inline |
| push_back(ItemType &&item) noexcept | ice::Array< Type, Logic > | inline |
| push_back(ContainerT const &other) noexcept | ice::Array< Type, Logic > | inline |
| rbegin(this Self &&self) noexcept -> ice::container::ReverseIterator< Self > | ice::container::ContiguousContainer | inline |
| remove_at(ice::nindex index) noexcept | ice::Array< Type, Logic > | inline |
| rend(this Self &&self) noexcept -> ice::container::ReverseIterator< Self > | ice::container::ContiguousContainer | inline |
| reserve(this Self &self, ice::ncount min_capacity) noexcept | ice::container::ResizableContainer | inline |
| resize(SizeType new_size) noexcept | ice::Array< Type, Logic > | inline |
| ReverseIterator typedef | ice::Array< Type, Logic > | |
| set_capacity(SizeType new_capacity) noexcept | ice::Array< Type, Logic > | inline |
| shrink(this Self &self) noexcept | ice::container::ResizableContainer | inline |
| size() const noexcept -> SizeType | ice::Array< Type, Logic > | inline |
| SizeType typedef | ice::Array< Type, Logic > | |
| 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::Array< Type, Logic > | |
| ~Array() noexcept | ice::Array< Type, Logic > | inline |