FreeBASIC  0.91.0
symb-enum.bas File Reference
#include "fb.bi"
#include "fbint.bi"
#include "parser.bi"
#include "hash.bi"
#include "list.bi"
Include dependency graph for symb-enum.bas:

Go to the source code of this file.

Functions

function_as_FBSYMBOL_ptr symbAddEnum (byval_as_zstring_ptr id, byval_as_zstring_ptr id_alias, byval_as_integer attrib)
 
function_as_FBSYMBOL_ptr symbAddEnumElement (byval_as_FBSYMBOL_ptr parent, byval_as_zstring_ptr id, byval_as_longint intval, byval_as_integer attrib)
 
sub symbDelEnum (byval_as_FBSYMBOL_ptr s)
 
function_as_FBSYMBOL_ptr symbGetEnumFirstElm (byval_as_FBSYMBOL_ptr parent)
 
function_as_FBSYMBOL_ptr symbGetEnumNextElm (byval_as_FBSYMBOL_ptr sym)
 

Function Documentation

function_as_FBSYMBOL_ptr symbAddEnum ( byval_as_zstring_ptr  id,
byval_as_zstring_ptr  id_alias,
byval_as_integer  attrib 
)

Definition at line 15 of file symb-enum.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_FBSYMBOL_ptr symbAddEnumElement ( byval_as_FBSYMBOL_ptr  parent,
byval_as_zstring_ptr  id,
byval_as_longint  intval,
byval_as_integer  attrib 
)

Definition at line 61 of file symb-enum.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub symbDelEnum ( byval_as_FBSYMBOL_ptr  s)

Definition at line 80 of file symb-enum.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_FBSYMBOL_ptr symbGetEnumFirstElm ( byval_as_FBSYMBOL_ptr  parent)

Definition at line 87 of file symb-enum.bas.

Here is the caller graph for this function:

function_as_FBSYMBOL_ptr symbGetEnumNextElm ( byval_as_FBSYMBOL_ptr  sym)

Definition at line 107 of file symb-enum.bas.

Here is the caller graph for this function: