FreeBASIC  0.91.0
stack.bas File Reference
#include "stack.bi"
Include dependency graph for stack.bas:

Go to the source code of this file.

Functions

function_as_integer hAllocTB (byval_as_TSTACK_ptr stk, byval_as_integer nodes)
 
function_as_integer stackNew (byval_as_TSTACK_ptr stk, byval_as_integer nodes, byval_as_integer nodelen, byval_as_integer doclear)
 
function_as_integer stackFree (byval_as_TSTACK_ptr stk)
 
function_as_any_ptr stackPush (byval_as_TSTACK_ptr stk)
 
sub stackPop (byval_as_TSTACK_ptr stk)
 
function_as_any_ptr stackGetTOS (byval_as_TSTACK_ptr stk)
 

Function Documentation

private function_as_integer hAllocTB ( byval_as_TSTACK_ptr  stk,
byval_as_integer  nodes 
)

Definition at line 62 of file stack.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_integer stackFree ( byval_as_TSTACK_ptr  stk)

Definition at line 37 of file stack.bas.

Here is the caller graph for this function:

function_as_any_ptr stackGetTOS ( byval_as_TSTACK_ptr  stk)

Definition at line 164 of file stack.bas.

Here is the caller graph for this function:

function_as_integer stackNew ( byval_as_TSTACK_ptr  stk,
byval_as_integer  nodes,
byval_as_integer  nodelen,
byval_as_integer  doclear 
)

Definition at line 15 of file stack.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub stackPop ( byval_as_TSTACK_ptr  stk)

Definition at line 148 of file stack.bas.

Here is the caller graph for this function:

function_as_any_ptr stackPush ( byval_as_TSTACK_ptr  stk)

Definition at line 126 of file stack.bas.

Here is the call graph for this function:

Here is the caller graph for this function: