Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

intstack Struct Reference

List of all members.

Public Attributes

int growthrate
int size
int top
int * s

Member Data Documentation

int intstack::growthrate
 

Definition at line 28 of file intstack.c.

Referenced by intstack_create, and intstack_push.

int* intstack::s
 

Definition at line 31 of file intstack.c.

Referenced by intstack_compact, intstack_create, intstack_destroy, intstack_pop, and intstack_push.

int intstack::size
 

Definition at line 29 of file intstack.c.

Referenced by intstack_compact, intstack_create, and intstack_push.

int intstack::top
 

Definition at line 30 of file intstack.c.

Referenced by intstack_compact, intstack_create, intstack_empty, intstack_pop, intstack_popall, and intstack_push.


The documentation for this struct was generated from the following file:
Generated on Sun May 27 01:59:56 2012 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002