CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
Iterator.hpp File Reference
#include "Utility.hpp"
#include <cassert>
#include <stdexcept>

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< GeneratorCeresEngine::MeshGenerator::begin (Generator &generator) noexcept
 Will return an iterator to the generator.
 
template<typename Generator >
Iterator< GeneratorCeresEngine::MeshGenerator::end (const Generator &) noexcept
 Returns a dummy end iterator.