P4C
The P4 Compiler
Loading...
Searching...
No Matches
BFN::Alloc3Dbase< T > Class Template Reference
Inheritance diagram for BFN::Alloc3Dbase< T >:
[legend]

Public Member Functions

 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