== Regular rectangular 2D array
More...
#include <util.h>
|
| array2d (const size2d &sz) |
|
void | zero (void) |
|
const size2d & | getSize (void) const |
|
T * | getData (void) const |
|
T & | operator[] (const size2d &at) |
|
const T & | operator[] (const size2d &at) const |
|
T & | operator() (int i, int j) |
|
const T & | operator() (int i, int j) const |
|
void | pup (PUP::er &p) |
|
|
void | allocate (void) |
|
void | destroy (void) |
|
| array2d (const array2d &a) |
|
void | operator= (const array2d &a) |
|
template<class T>
class array2d< T >
== Regular rectangular 2D array
Definition at line 94 of file util.h.
The documentation for this class was generated from the following file: