BAM
Abstract Machine for Bottom-Up Evaluation with the Push Method
Public Member Functions | List of all members
flexarr_c< T > Class Template Reference

Class Template for Flexible Arrays (Lists with Index Access) More...

#include <flexarr.h>

Public Member Functions

 flexarr_c (mpool_t mem_pool)
 
int append (T elem)
 
T * ptr (int i) const
 
get (int i) const
 
int length () const
 
int num_pages () const
 
void dump (str_t headline=STR_NULL) const
 

Detailed Description

template<class T>
class flexarr_c< T >

Class Template for Flexible Arrays (Lists with Index Access)


The documentation for this class was generated from the following file: