#include "fb.bi"
#include "fbint.bi"
Go to the source code of this file.
|
function_as_FB_DATATYPE | closestType (byval_as_FB_DATATYPE dtype, byval_as_FB_DATATYPE dtype1, byval_as_FB_DATATYPE dtype2) |
|
sub | symbDataInit () |
|
sub | typeMax (byval_as_integer ldtype, byval_as_FBSYMBOL_ptr lsubtype, byval_as_integer rdtype, byval_as_FBSYMBOL_ptr rsubtype, byref_as_integer dtype, byref_as_FBSYMBOL_ptr subtype) |
|
function_as_integer | typeRemap (byval_as_integer dtype, byval_as_FBSYMBOL_ptr subtype) |
|
function_as_integer | typeToSigned (byval_as_integer dtype) |
|
function_as_integer | typeToUnsigned (byval_as_integer dtype) |
|
function_as_integer | typeHasCtor (byval_as_integer dtype, byval_as_FBSYMBOL_ptr subtype) |
|
function_as_integer | typeHasDefCtor (byval_as_integer dtype, byval_as_FBSYMBOL_ptr subtype) |
|
function_as_integer | typeHasDtor (byval_as_integer dtype, byval_as_FBSYMBOL_ptr subtype) |
|
function_as_integer | typeMerge (byval_as_integer dtype1, byval_as_integer dtype2) |
|
function_as_FB_DATATYPE closestType |
( |
byval_as_FB_DATATYPE |
dtype, |
|
|
byval_as_FB_DATATYPE |
dtype1, |
|
|
byval_as_FB_DATATYPE |
dtype2 |
|
) |
| |
function_as_integer typeHasCtor |
( |
byval_as_integer |
dtype, |
|
|
byval_as_FBSYMBOL_ptr |
subtype |
|
) |
| |
function_as_integer typeHasDefCtor |
( |
byval_as_integer |
dtype, |
|
|
byval_as_FBSYMBOL_ptr |
subtype |
|
) |
| |
function_as_integer typeHasDtor |
( |
byval_as_integer |
dtype, |
|
|
byval_as_FBSYMBOL_ptr |
subtype |
|
) |
| |
sub typeMax |
( |
byval_as_integer |
ldtype, |
|
|
byval_as_FBSYMBOL_ptr |
lsubtype, |
|
|
byval_as_integer |
rdtype, |
|
|
byval_as_FBSYMBOL_ptr |
rsubtype, |
|
|
byref_as_integer |
dtype, |
|
|
byref_as_FBSYMBOL_ptr |
subtype |
|
) |
| |
function_as_integer typeRemap |
( |
byval_as_integer |
dtype, |
|
|
byval_as_FBSYMBOL_ptr |
subtype |
|
) |
| |
integer symb_dtypeMatchTB[FB_DATATYPE_BYTEtoFB_DATATYPE_DOUBLE+1][FB_DATATYPE_BYTEtoFB_DATATYPE_DOUBLE+1] |