FreeBASIC
0.91.0
|
#include "list.bi"
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) |
sub poolDelItem | ( | byval_as_TPOOL_ptr | pool, |
byval_as_any_ptr | node | ||
) |
sub poolEnd | ( | byval_as_TPOOL_ptr | pool) |
sub poolInit | ( | byval_as_TPOOL_ptr | pool, |
byval_as_integer | items, | ||
byval_as_integer | minlen, | ||
byval_as_integer | maxlen | ||
) |
function_as_any_ptr poolNewItem | ( | byval_as_TPOOL_ptr | pool, |
byval_as_integer | len_ | ||
) |