Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
P
S
T
U
V
T
TKIND_ALIAS
- Static variable in class au.com.swz.jatlom.
TypeKind
A type that is an alias for another type.
TKIND_COCLASS
- Static variable in class au.com.swz.jatlom.
TypeKind
A set of implemented component object interfaces.
TKIND_DISPATCH
- Static variable in class au.com.swz.jatlom.
TypeKind
A set of methods and properties that are accessible through IDispatch::Invoke.
TKIND_ENUM
- Static variable in class au.com.swz.jatlom.
TypeKind
A set of enumerators.
TKIND_INTERFACE
- Static variable in class au.com.swz.jatlom.
TypeKind
A type that has virtual and pure functions.
TKIND_MODULE
- Static variable in class au.com.swz.jatlom.
TypeKind
A module that can only have static functions and data (for example, a DLL).
TKIND_RECORD
- Static variable in class au.com.swz.jatlom.
TypeKind
A structure with no methods.
TKIND_UNION
- Static variable in class au.com.swz.jatlom.
TypeKind
A union, all of whose members have an offset of zero.
toString()
- Method in class au.com.swz.jatlom.
FuncKind
toString()
- Method in class au.com.swz.jatlom.
InvokeKind
toString()
- Method in class au.com.swz.jatlom.
TypeKind
toString()
- Method in class au.com.swz.jatlom.
VarKind
toString()
- Method in class au.com.swz.jatlom.
VarType
TypeDesc
- Class in
au.com.swz.jatlom
Describes the type of a variable, the return type of a function, or the type of a function parameter.
TypeDesc()
- Constructor for class au.com.swz.jatlom.
TypeDesc
TypeKind
- Class in
au.com.swz.jatlom
An enumeration for the different kinds of types within a type library.
TypeLibAttributes
- Class in
au.com.swz.jatlom
Contains information about a type library.
TypeLibAttributes()
- Constructor for class au.com.swz.jatlom.
TypeLibAttributes
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
P
S
T
U
V