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

intstack.h File Reference

Go to the source code of this file.

Typedefs

typedef void * IntStackHandle

Functions

IntStackHandle intstack_create (int size)
void intstack_destroy (IntStackHandle voidhandle)
int intstack_compact (IntStackHandle voidhandle)
int intstack_push (IntStackHandle voidhandle, int i)
int intstack_pop (IntStackHandle voidhandle, int *i)
int intstack_popall (IntStackHandle voidhandle)
int intstack_empty (IntStackHandle voidhandle)


Typedef Documentation

typedef void* IntStackHandle
 

Definition at line 27 of file intstack.h.

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


Function Documentation

int intstack_compact IntStackHandle    voidhandle
 

Definition at line 64 of file intstack.c.

IntStackHandle intstack_create int    size
 

Definition at line 34 of file intstack.c.

References IntStackHandle.

void intstack_destroy IntStackHandle    voidhandle
 

Definition at line 56 of file intstack.c.

int intstack_empty IntStackHandle    voidhandle
 

Definition at line 118 of file intstack.c.

int intstack_pop IntStackHandle    voidhandle,
int   i
 

Definition at line 100 of file intstack.c.

int intstack_popall IntStackHandle    voidhandle
 

Definition at line 111 of file intstack.c.

int intstack_push IntStackHandle    voidhandle,
int    i
 

Definition at line 79 of file intstack.c.


Generated on Sat Aug 30 01:27:16 2008 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002