FreeBASIC  0.91.0
TSTACK Class Reference
Collaboration diagram for TSTACK:

Data Fields

TSTACKTB_ptr tbhead
 
TSTACKTB_ptr tbtail
 
integer nodes
 
integer nodelen
 
TSTACKNODE_ptr tos
 
integer clear
 

Detailed Description

Definition at line 70 of file stack.bi.

Field Documentation

integer TSTACK::clear

Definition at line 76 of file stack.bi.

integer TSTACK::nodelen

Definition at line 74 of file stack.bi.

integer TSTACK::nodes

Definition at line 73 of file stack.bi.

TSTACKTB_ptr TSTACK::tbhead

Definition at line 71 of file stack.bi.

TSTACKTB_ptr TSTACK::tbtail

Definition at line 72 of file stack.bi.

TSTACKNODE_ptr TSTACK::tos

Definition at line 75 of file stack.bi.


The documentation for this class was generated from the following file: