public abstract class CXCursorAndRangeVisit extends org.lwjgl.system.Callback implements CXCursorAndRangeVisitI
visit field of the CXCursorAndRangeVisitor struct.
enum CXVisitorResult (*) (
void *context,
CXCursor cursor,
CXSourceRange range
)org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.Z| Modifier and Type | Field and Description |
|---|---|
static long |
DELEGATE |
SIGNATURE| Modifier and Type | Method and Description |
|---|---|
static CXCursorAndRangeVisit |
create(CXCursorAndRangeVisitI instance)
Creates a
CXCursorAndRangeVisit instance that delegates to the specified CXCursorAndRangeVisitI instance. |
static CXCursorAndRangeVisit |
create(long functionPointer)
Creates a
CXCursorAndRangeVisit instance from the specified function pointer. |
static CXCursorAndRangeVisit |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static CXCursorAndRangeVisit create(long functionPointer)
CXCursorAndRangeVisit instance from the specified function pointer.CXCursorAndRangeVisit@Nullable public static CXCursorAndRangeVisit createSafe(long functionPointer)
public static CXCursorAndRangeVisit create(CXCursorAndRangeVisitI instance)
CXCursorAndRangeVisit instance that delegates to the specified CXCursorAndRangeVisitI instance.Copyright LWJGL. All Rights Reserved. License terms.