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

Go to the source code of this file.

Data Structures

class  TPOOLITEM
 
class  TPOOL
 

Macros

#define __POOL_BI__
 

Functions

sub poolInit (byval_as_TPOOL_ptr pool, byval_as_integer items, byval_as_integer minlen, byval_as_integer maxlen)
 
sub poolEnd (byval_as_TPOOL_ptr pool)
 
function_as_any_ptr poolNewItem (byval_as_TPOOL_ptr pool, byval_as_integer len_)
 
sub poolDelItem (byval_as_TPOOL_ptr pool, byval_as_any_ptr node)
 

Macro Definition Documentation

#define __POOL_BI__

Definition at line 2 of file pool.bi.

Function Documentation

sub poolDelItem ( byval_as_TPOOL_ptr  pool,
byval_as_any_ptr  node 
)

Definition at line 72 of file pool.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub poolEnd ( byval_as_TPOOL_ptr  pool)

Definition at line 35 of file pool.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub poolInit ( byval_as_TPOOL_ptr  pool,
byval_as_integer  items,
byval_as_integer  minlen,
byval_as_integer  maxlen 
)

Definition at line 12 of file pool.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_any_ptr poolNewItem ( byval_as_TPOOL_ptr  pool,
byval_as_integer  len_ 
)

Definition at line 44 of file pool.bas.

Here is the call graph for this function:

Here is the caller graph for this function: