FreeBASIC  0.91.0
TLIST Class Reference
Collaboration diagram for TLIST:

Data Fields

TLISTTB_ptr tbhead
 
TLISTTB_ptr tbtail
 
integer nodes
 
integer nodelen
 
TLISTNODE_ptr fhead
 
any_ptr head
 
any_ptr tail
 
LIST_FLAGS flags
 

Detailed Description

Definition at line 118 of file list.bi.

Field Documentation

TLISTNODE_ptr TLIST::fhead

Definition at line 123 of file list.bi.

LIST_FLAGS TLIST::flags

Definition at line 126 of file list.bi.

any_ptr TLIST::head

Definition at line 124 of file list.bi.

integer TLIST::nodelen

Definition at line 122 of file list.bi.

integer TLIST::nodes

Definition at line 121 of file list.bi.

any_ptr TLIST::tail

Definition at line 125 of file list.bi.

TLISTTB_ptr TLIST::tbhead

Definition at line 119 of file list.bi.

TLISTTB_ptr TLIST::tbtail

Definition at line 120 of file list.bi.


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