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