tile2d
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
TileMap< TileType >::Iterator Class Reference

Allows iteration of tiles with for loops/. More...

#include <tileMap.hpp>

Public Types

using ContainerIterator = typename FlatMap<glm::i32vec2, TileProperties<TileType>>::iterator
 

Public Member Functions

 Iterator (const ContainerIterator &it)
 
const glm::i32vec2 & operator* () const
 
Iteratoroperator++ ()
 
Iteratoroperator-- ()
 
bool operator!= (const Iterator &other) const
 

Detailed Description

template<typename TileType>
class TileMap< TileType >::Iterator

Allows iteration of tiles with for loops/.


The documentation for this class was generated from the following file: