Walls And Holes  1
array2d_private.h File Reference
#include <QPoint>
#include <QPair>
#include "array2d.h"
Include dependency graph for array2d_private.h:
This graph shows which files directly or indirectly include this file:

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