![]() |
Walls And Holes
1
|
Go to the source code of this file.
Classes | |
class | Array2D< Type > |
The Array2D class is basically a 2D implementation of QVector. More... | |
struct | Array2D_Private::Array2DItrTemplate |
An almost-implemented iterator object that iterates through all positions in a rectangle. More... | |
class | Array2D_Private::Array2DPointWrapper |
A lightweight class to allow looping through all the valid indices in Array2D. More... | |
struct | Array2D_Private::Array2DPointWrapper::Itr |
class | Array2D_Private::Array2DPointAndConstDataWrapper< Type > |
A lightweight class to allow looping through all the data in an Array2D, outputting QPairs of (position, const data &). More... | |
struct | Array2D_Private::Array2DPointAndConstDataWrapper< Type >::Itr |
Namespaces | |
Array2D_Private | |