|
| Alloc2Dbase (Alloc2Dbase &&a) noexcept |
|
| Alloc2Dbase (int r, int c) |
|
T & | at (int i, int j) |
|
const T & | at (int i, int j) const |
|
void | clear () |
|
int | cols () const |
|
bool | operator!= (const Alloc2Dbase< T > &t) const |
|
bool | operator== (const Alloc2Dbase< T > &t) const |
|
rowref< T > | operator[] (int i) |
|
rowref< const T > | operator[] (int i) const |
|
T & | operator[] (std::pair< int, int > i) |
|
const T & | operator[] (std::pair< int, int > i) const |
|
int | rows () const |
|
The documentation for this class was generated from the following file: