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

Public Types

typedef T * const_iterator
 
typedef T * iterator
 

Public Member Functions

 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