A B C D E F G H I L P S T U V

F

floatValue() - Method in class au.com.swz.jatlom.Variant
The value of this variant as a float.
FUNC_DISPATCH - Static variable in class au.com.swz.jatlom.FuncKind
The function can be accessed only through IDispatch.
FUNC_NONVIRTUAL - Static variable in class au.com.swz.jatlom.FuncKind
The function is accessed by static address and takes an implicit this pointer.
FUNC_PUREVIRTUAL - Static variable in class au.com.swz.jatlom.FuncKind
The function is accessed through the virtual function table (VTBL), and takes an implicit this pointer.
FUNC_STATIC - Static variable in class au.com.swz.jatlom.FuncKind
The function is accessed by static address and does not take an implicit this pointer.
FUNC_VIRTUAL - Static variable in class au.com.swz.jatlom.FuncKind
The function is accessed the same as PUREVIRTUAL, except the function has an implementation.
FuncDesc - Class in au.com.swz.jatlom
Describes a function.
FuncDesc() - Constructor for class au.com.swz.jatlom.FuncDesc
 
FuncKind - Class in au.com.swz.jatlom
Defines the numeration values for the different kinds of functions.

A B C D E F G H I L P S T U V