bs_stack Struct Reference

#include <stack.h>


Data Fields

unsigned size
unsigned allocated
apr_pool_t * pool
void ** data


Detailed Description

Definition at line 40 of file stack.h.


Field Documentation

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

Definition at line 42 of file stack.h.

Referenced by new_stack(), and stack_push().

apr_pool_t* bs_stack::pool

Definition at line 43 of file stack.h.

Referenced by delete_stack(), new_stack(), and stack_push().

void** bs_stack::data

Definition at line 44 of file stack.h.

Referenced by new_stack(), stack_index(), stack_push(), and stack_top().


The documentation for this struct was generated from the following file:
Generated on Tue Jul 17 09:51:41 2007 for Bio-SPHERE by  doxygen 1.5.1