|
CeresEngine 0.2.0
A game development framework
|
Go to the source code of this file.
Classes | |
| class | CeresEngine::MeshGenerator::Iterator< Generator > |
| An iterator that can be used to "drive" a generator. More... | |
Namespaces | |
| namespace | CeresEngine |
| namespace | CeresEngine::MeshGenerator |
Functions | |
| template<typename Generator > | |
| Iterator< Generator > | CeresEngine::MeshGenerator::begin (Generator &generator) noexcept |
| Will return an iterator to the generator. | |
| template<typename Generator > | |
| Iterator< Generator > | CeresEngine::MeshGenerator::end (const Generator &) noexcept |
| Returns a dummy end iterator. | |