#include <Array2D.h>
Public Member Functions | |
Array2D (unsigned int m, unsigned int n) | |
const T & | operator() (unsigned int i, unsigned int j) const |
T & | operator() (unsigned int i, unsigned int j) |
Private Attributes | |
std::vector< T > | array2D_ |
unsigned int | m_ |
unsigned int | n_ |
|
inline |
Definition at line 22 of file Array2D.h.
|
inline |
Definition at line 24 of file Array2D.h.
|
inline |
|
private |
Definition at line 38 of file Array2D.h.
Referenced by tmtt::Array2D< std::unique_ptr< tmtt::HTcell > >::operator()().
|
private |
Definition at line 39 of file Array2D.h.
Referenced by tmtt::Array2D< std::unique_ptr< tmtt::HTcell > >::operator()().
|
private |
Definition at line 39 of file Array2D.h.
Referenced by tmtt::Array2D< std::unique_ptr< tmtt::HTcell > >::operator()().