public interface TypeKind
| Modifier and Type | Field and Description |
|---|---|
static Integer |
TKIND_ALIAS
A type that is an alias for another type.
|
static Integer |
TKIND_COCLASS
A set of implemented component object interfaces.
|
static Integer |
TKIND_DISPATCH
A set of methods and properties that are accessible through IDispatch::Invoke.
|
static Integer |
TKIND_ENUM
A set of enumerators.
|
static Integer |
TKIND_INTERFACE
A type that has virtual and pure functions.
|
static Integer |
TKIND_MAX
End of ENUM marker.
|
static Integer |
TKIND_MODULE
A module that can only have static functions and data (for example, a DLL).
|
static Integer |
TKIND_RECORD
A structure with no methods.
|
static Integer |
TKIND_UNION
A union, all of whose members have an offset of zero.
|
static final Integer TKIND_ENUM
static final Integer TKIND_RECORD
static final Integer TKIND_MODULE
static final Integer TKIND_INTERFACE
static final Integer TKIND_DISPATCH
static final Integer TKIND_COCLASS
static final Integer TKIND_ALIAS
static final Integer TKIND_UNION
static final Integer TKIND_MAX
Copyright © 2017 LSST. All rights reserved.