Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   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 long)
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, intstack_push, and vmd_cuda_peer_matrix.


Function Documentation

int intstack_compact IntStackHandle    voidhandle
 

Definition at line 64 of file intstack.c.

IntStackHandle intstack_create int    long
 

Referenced by vmd_cuda_peer_matrix.

void intstack_destroy IntStackHandle    voidhandle
 

Definition at line 56 of file intstack.c.

Referenced by vmd_cuda_peer_matrix.

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.

Referenced by vmd_cuda_peer_matrix.

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.

Referenced by vmd_cuda_peer_matrix.


Generated on Thu Apr 18 02:46:04 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002