public interface FuncKind
| Modifier and Type | Field and Description |
|---|---|
static Integer |
FUNC_DISPATCH
The function can be accessed only through IDispatch.
|
static Integer |
FUNC_NONVIRTUAL
The function is accessed by static address and takes an implicit this pointer.
|
static Integer |
FUNC_PUREVIRTUAL
The function is accessed through the virtual function table (VTBL), and takes an implicit this pointer.
|
static Integer |
FUNC_STATIC
The function is accessed by static address and does not take an implicit this pointer.
|
static Integer |
FUNC_VIRTUAL
The function is accessed the same as PUREVIRTUAL, except the function has an implementation.
|
static final Integer FUNC_VIRTUAL
static final Integer FUNC_PUREVIRTUAL
static final Integer FUNC_NONVIRTUAL
static final Integer FUNC_STATIC
static final Integer FUNC_DISPATCH
Copyright © 2017 LSST. All rights reserved.