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

ptrstack Struct Reference

List of all members.

Public Attributes

int growthrate
int size
int top
void ** s

Member Data Documentation

int ptrstack::growthrate
 

Definition at line 28 of file ptrstack.c.

Referenced by ptrstack_create, and ptrstack_push.

void** ptrstack::s
 

Definition at line 31 of file ptrstack.c.

Referenced by ptrstack_compact, ptrstack_create, ptrstack_destroy, ptrstack_pop, and ptrstack_push.

int ptrstack::size
 

Definition at line 29 of file ptrstack.c.

Referenced by ptrstack_compact, ptrstack_create, and ptrstack_push.

int ptrstack::top
 

Definition at line 30 of file ptrstack.c.

Referenced by ptrstack_compact, ptrstack_create, ptrstack_empty, ptrstack_pop, ptrstack_popall, and ptrstack_push.


The documentation for this struct was generated from the following file:
Generated on Fri Mar 29 02:47:58 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002