![]() |
P4C
The P4 Compiler
|
Public Member Functions | |
| Alloc1Dbase< T > & | base () |
| bool | operator!= (const Alloc1D< T, S > &t) const |
Public Member Functions inherited from BFN::Alloc1Dbase< T > | |
| Alloc1Dbase (Alloc1Dbase &&a) noexcept | |
| Alloc1Dbase (int sz) | |
| T * | begin () |
| void | clear () |
| T * | end () |
| bool | operator!= (const Alloc1Dbase< T > &t) const |
| bool | operator== (const Alloc1Dbase< T > &t) const |
| T & | operator[] (int i) |
| const T & | operator[] (int i) const |
| int | size () const |
Additional Inherited Members | |
Public Types inherited from BFN::Alloc1Dbase< T > | |
| typedef T * | const_iterator |
| typedef T * | iterator |