FreeBASIC
0.91.0
|
Go to the source code of this file.
Functions | |
function_as_FBSYMBOL_ptr | symbAddConst (byval_as_zstring_ptr symbol, byval_as_integer dtype, byval_as_FBSYMBOL_ptr subtype, byval_as_FBVALUE_ptr value, byval_as_integer attrib) |
function_as_FBSYMBOL_ptr | symbAllocFloatConst (byval_as_double value, byval_as_integer dtype) |
function_as_FBSYMBOL_ptr | symbAllocIntConst (byval_as_integer value, byval_as_integer dtype) |
function_as_FBSYMBOL_ptr | symbAllocLongIntConst (byval_as_longint value, byval_as_integer dtype) |
function_as_FBSYMBOL_ptr | symbAllocStrConst (byval_as_zstring_ptr sname, byval_as_integer lgt) |
function_as_FBSYMBOL_ptr | symbAllocWStrConst (byval_as_wstring_ptr sname, byval_as_integer lgt) |
sub | symbDelConst (byval_as_FBSYMBOL_ptr s) |
function_as_string | symbGetConstValueAsStr (byval_as_FBSYMBOL_ptr s) |
function_as_FBSYMBOL_ptr | symbCloneConst (byval_as_FBSYMBOL_ptr sym) |
function_as_FBSYMBOL_ptr symbAddConst | ( | byval_as_zstring_ptr | symbol, |
byval_as_integer | dtype, | ||
byval_as_FBSYMBOL_ptr | subtype, | ||
byval_as_FBVALUE_ptr | value, | ||
byval_as_integer | attrib | ||
) |
Definition at line 15 of file symb-const.bas.
function_as_FBSYMBOL_ptr symbAllocFloatConst | ( | byval_as_double | value, |
byval_as_integer | dtype | ||
) |
Definition at line 44 of file symb-const.bas.
function_as_FBSYMBOL_ptr symbAllocIntConst | ( | byval_as_integer | value, |
byval_as_integer | dtype | ||
) |
Definition at line 83 of file symb-const.bas.
function_as_FBSYMBOL_ptr symbAllocLongIntConst | ( | byval_as_longint | value, |
byval_as_integer | dtype | ||
) |
Definition at line 123 of file symb-const.bas.
function_as_FBSYMBOL_ptr symbAllocStrConst | ( | byval_as_zstring_ptr | sname, |
byval_as_integer | lgt | ||
) |
Definition at line 163 of file symb-const.bas.
function_as_FBSYMBOL_ptr symbAllocWStrConst | ( | byval_as_wstring_ptr | sname, |
byval_as_integer | lgt | ||
) |
Definition at line 210 of file symb-const.bas.
function_as_FBSYMBOL_ptr symbCloneConst | ( | byval_as_FBSYMBOL_ptr | sym) |
Definition at line 288 of file symb-const.bas.
sub symbDelConst | ( | byval_as_FBSYMBOL_ptr | s) |
Definition at line 259 of file symb-const.bas.
function_as_string symbGetConstValueAsStr | ( | byval_as_FBSYMBOL_ptr | s) |