|
IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
|
This is the complete list of members for ice::Generator< Result >, including all inherited members.
| begin() noexcept | ice::Generator< Result > | inline |
| end() noexcept | ice::Generator< Result > | inline |
| Generator(ice::coroutine_handle< PromiseType > coro=nullptr) noexcept | ice::Generator< Result > | inlineexplicit |
| Generator(Generator const &) noexcept=delete | ice::Generator< Result > | inline |
| Generator(Generator &&) noexcept | ice::Generator< Result > | inline |
| operator co_await() &noexcept | ice::Generator< Result > | inline |
| operator co_await() &&noexcept | ice::Generator< Result > | inline |
| operator=(Generator const &) noexcept=delete | ice::Generator< Result > | inline |
| operator=(Generator &&other) noexcept -> Generator & | ice::Generator< Result > | inline |
| PromiseType typedef | ice::Generator< Result > | |
| ValueType typedef | ice::Generator< Result > | |
| ~Generator() noexcept | ice::Generator< Result > | inline |