BAM
Abstract Machine for Bottom-Up Evaluation with the Push Method
|
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 |
T | get (int i) const |
int | length () const |
int | num_pages () const |
void | dump (str_t headline=STR_NULL) const |
Class Template for Flexible Arrays (Lists with Index Access)