P4C
The P4 Compiler
|
Public Member Functions | |
Alloc3Dbase< T > & | base () |
Public Member Functions inherited from BFN::Alloc3Dbase< T > | |
Alloc3Dbase (Alloc3Dbase &&a) noexcept | |
Alloc3Dbase (int m, int r, int c) | |
T & | at (int i, int j, int k) |
const T & | at (int i, int j, int k) const |
void | clear () |
int | cols () const |
int | matrixes () const |
bool | operator!= (const Alloc3Dbase< T > &t) const |
bool | operator== (const Alloc3Dbase< T > &t) const |
matref< T > | operator[] (int i) |
matref< const T > | operator[] (int i) const |
T & | operator[] (std::tuple< int, int, int > i) |
const T & | operator[] (std::tuple< int, int, int > i) const |
int | rows () const |