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

intstack Struct Reference

List of all members.

Public Attributes

long growthrate
long size
long top
int * s

Member Data Documentation

long 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.

long intstack::size
 

Definition at line 29 of file intstack.c.

Referenced by intstack_compact, intstack_create, and intstack_push.

long 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 Thu Apr 25 02:45:10 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002