FreeBASIC  0.91.0
flist.bi File Reference
#include "list.bi"
Include dependency graph for flist.bi:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  TFLISTITEM
 
class  TFLIST
 

Macros

#define __FLIST_BI__
 

Functions

sub flistInit (byval_as_TFLIST_ptr flist, byval_as_integer items, byval_as_integer itemlen)
 
sub flistEnd (byval_as_TFLIST_ptr flist)
 
function_as_any_ptr flistNewItem (byval_as_TFLIST_ptr flist)
 
sub flistReset (byval_as_TFLIST_ptr flist)
 
function_as_any_ptr flistGetHead (byval_as_TFLIST_ptr flist)
 
function_as_any_ptr flistGetNext (byval_as_any_ptr node)
 

Macro Definition Documentation

#define __FLIST_BI__

Definition at line 2 of file flist.bi.

Function Documentation

sub flistEnd ( byval_as_TFLIST_ptr  flist)

Definition at line 28 of file flist.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_any_ptr flistGetHead ( byval_as_TFLIST_ptr  flist)

Definition at line 97 of file flist.bas.

Here is the caller graph for this function:

function_as_any_ptr flistGetNext ( byval_as_any_ptr  node)

Definition at line 114 of file flist.bas.

Here is the caller graph for this function:

sub flistInit ( byval_as_TFLIST_ptr  flist,
byval_as_integer  items,
byval_as_integer  itemlen 
)

Definition at line 10 of file flist.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_any_ptr flistNewItem ( byval_as_TFLIST_ptr  flist)

Definition at line 38 of file flist.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub flistReset ( byval_as_TFLIST_ptr  flist)

Definition at line 83 of file flist.bas.

Here is the caller graph for this function: