Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

Grid< N, pT > Class Template Reference

#include <Grid.h>

List of all members.

Public Member Functions

void insert (N xPosition, N yPosition, pT pointerToObjectOfTypeT)
pT find (N xPosition, N yPosition)
void printNames ()

Private Types

typedef std::map< N, pT > horizontalVector
typedef std::map< N, horizontalVectorverticalVector

Private Attributes

verticalVector _grid

template<class N, class pT>
class Grid< N, pT >


Member Typedef Documentation

template<class N, class pT>
typedef std::map<N,pT> Grid< N, pT >::horizontalVector [private]
 

template<class N, class pT>
typedef std::map<N,horizontalVector> Grid< N, pT >::verticalVector [private]
 


Member Function Documentation

template<class N, class pT>
pT Grid< N, pT >::find xPosition,
yPosition
 

template<class N, class pT>
void Grid< N, pT >::insert xPosition,
yPosition,
pT  pointerToObjectOfTypeT
 

template<class N, class pT>
void Grid< N, pT >::printNames  ) 
 


Member Data Documentation

template<class N, class pT>
verticalVector Grid< N, pT >::_grid [private]
 


The documentation for this class was generated from the following file:
Generated on Fri Nov 18 16:24:39 2011 for MADELINE by  doxygen 1.4.4