Public interface for the stack of node_ptr. More...
#include <sbmcNodeStack.h>
Data Fields | |
unsigned | alloc |
unsigned | first_free |
node_ptr * | table |
Public interface for the stack of node_ptr.
unsigned Bmc_Stack_ptr::alloc |
Number of slots allocated
unsigned Bmc_Stack_ptr::first_free |
Number of slots occupied
node_ptr* Bmc_Stack_ptr::table |
The table