Uses of Class
org.bridj.TypedPointer

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
<P extends TypedPointer>
Pointer<P>
Pointer.allocateTypedPointer(Class<P> type)
          Allocate enough memory for a typed pointer value and return a pointer to it.
static
<P extends TypedPointer>
Pointer<P>
Pointer.allocateTypedPointers(Class<P> type, long arrayLength)
          Allocate enough memory for arrayLength typed pointer values and return a pointer to that memory.
<T extends TypedPointer>
T
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
           
 



Copyright © 2009-2012. All Rights Reserved.