|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypedPointer | |
---|---|
org.bridj | BridJ core classes and C runtime (Pointer , BridJ , SizeT , Platform , LastError ...). |
org.bridj.jawt | BridJ JAWT utilities (to get the native peer handle of an AWT Component ). |
org.bridj.objc | BridJ Objective-C runtime (MacOS X only, not working properly yet). |
Uses of TypedPointer in org.bridj |
---|
Methods in org.bridj with type parameters of type TypedPointer | ||
---|---|---|
static
|
Pointer.allocateTypedPointer(Class<P> type)
Allocate enough memory for a typed pointer value and return a pointer to it. |
|
static
|
Pointer.allocateTypedPointers(Class<P> type,
long arrayLength)
Allocate enough memory for arrayLength typed pointer values and return a pointer to that memory. |
|
|
StructIO.getTypedPointerField(StructObject struct,
int fieldIndex)
|
Uses of TypedPointer in org.bridj.jawt |
---|
Subclasses of TypedPointer in org.bridj.jawt | |
---|---|
static class |
JawtLibrary.JNIEnv
|
Uses of TypedPointer in org.bridj.objc |
---|
Subclasses of TypedPointer in org.bridj.objc | |
---|---|
class |
IMP
|
class |
SEL
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |