![]() |
P4C
The P4 Compiler
|
Public Types | |
| typedef T * | const_iterator |
| typedef T * | const_iterator |
| typedef T * | iterator |
| typedef T * | iterator |
Public Member Functions | |
| Alloc1Dbase (Alloc1Dbase &&a) noexcept | |
| Alloc1Dbase (Alloc1Dbase &&a) noexcept | |
| Alloc1Dbase (int sz) | |
| Alloc1Dbase (int sz) | |
| T * | begin () |
| T * | begin () |
| void | clear () |
| void | clear () |
| T * | end () |
| T * | end () |
| bool | operator!= (const Alloc1Dbase< T > &t) const |
| bool | operator!= (const Alloc1Dbase< T > &t) const |
| bool | operator== (const Alloc1Dbase< T > &t) const |
| bool | operator== (const Alloc1Dbase< T > &t) const |
| T & | operator[] (int i) |
| T & | operator[] (int i) |
| const T & | operator[] (int i) const |
| const T & | operator[] (int i) const |
| int | size () const |
| int | size () const |