#include <stack.h>
Data Fields | |
| unsigned | size |
| unsigned | allocated |
| apr_pool_t * | pool |
| void ** | data |
Definition at line 40 of file stack.h.
| unsigned bs_stack::size |
Definition at line 42 of file stack.h.
Referenced by new_stack(), stack_empty(), stack_pop(), stack_push(), stack_size(), and stack_top().
| unsigned bs_stack::allocated |
| apr_pool_t* bs_stack::pool |
| void** bs_stack::data |
Definition at line 44 of file stack.h.
Referenced by new_stack(), stack_index(), stack_push(), and stack_top().
1.5.1