A B C D E F G H I J K L M N O P Q R S T U V W X Y _

A

AbstractBridJRuntime - Class in org.bridj
Base class for implementation of runtimes
AbstractBridJRuntime() - Constructor for class org.bridj.AbstractBridJRuntime
 
accept(Demangler.Symbol) - Method in interface org.bridj.NativeLibrary.SymbolAccepter
 
ActivateTab(Pointer<Integer>) - Method in class org.bridj.cpp.com.shell.ITaskbarList
 
ACTIVEOBJECT_STRONG - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
ACTIVEOBJECT_WEAK - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
addDefinitions(Class<?>, NativeEntities.Builder) - Method in class org.bridj.NativeEntities
 
addEmbeddedLibraryResourceRoot(String) - Static method in class org.bridj.Platform
BridJ is able to automatically extract native binaries bundled in the application's JARs, using a customizable root path and a predefined architecture-dependent subpath.
addFunction(MethodCallInfo) - Method in class org.bridj.NativeEntities.Builder
 
addJavaToNativeCallback(MethodCallInfo) - Method in class org.bridj.NativeEntities.Builder
 
addLibraryPath(String) - Static method in class org.bridj.BridJ
 
addMethodFunction(MethodCallInfo) - Method in class org.bridj.NativeEntities.Builder
 
addNativeLibraryAlias(String, String) - Static method in class org.bridj.BridJ
Add a possible alias for a library.
addObjCMethod(MethodCallInfo) - Method in class org.bridj.NativeEntities.Builder
 
addProtocol(String) - Method in class org.bridj.objc.ObjCProxy
 
AddRef() - Method in class org.bridj.cpp.com.IUnknown
 
AddTab(Pointer<Integer>) - Method in class org.bridj.cpp.com.shell.ITaskbarList
 
addVirtualMethod(MethodCallInfo) - Method in class org.bridj.NativeEntities.Builder
 
afterBuild(StructIO) - Method in class org.bridj.cpp.std.STL
Perform platform-dependent structure bindings adjustments
afterBuild(StructIO) - Method in interface org.bridj.StructIO.Customizer
Deprecated. Called after everything is setup in the StructIO.
afterBuild(StructIO) - Method in class org.bridj.StructIO.DefaultCustomizer
 
afterLayout(StructIO, List<StructIO.AggregatedFieldDesc>) - Method in interface org.bridj.StructIO.Customizer
Deprecated. This method can alter the aggregated fields and may even call again the performLayout(aggregatedFields) method.
afterLayout(StructIO, List<StructIO.AggregatedFieldDesc>) - Method in class org.bridj.StructIO.DefaultCustomizer
 
AFX_ID_PREVIEW_CLOSE - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
AFX_ID_PREVIEW_NEXT - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
AFX_ID_PREVIEW_NUMPAGE - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
AFX_ID_PREVIEW_PREV - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
AFX_ID_PREVIEW_PRINT - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
AFX_ID_PREVIEW_ZOOMIN - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
AFX_ID_PREVIEW_ZOOMOUT - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
AFX_IDM_FIRST_MDICHILD - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
AFX_IDM_WINDOW_FIRST - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
AFX_IDM_WINDOW_LAST - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
AFXSignature - Enum in org.bridj.cpp.mfc
 
Alignment - Annotation Type in org.bridj.ann
Alignment of a C struct / struct field, in bytes.
alignment - Variable in class org.bridj.StructIO.FieldDesc
 
alloc() - Method in class org.bridj.objc.ObjCClass
 
allocate(Class<T>, int, Object...) - Method in class org.bridj.CRuntime
 
allocate(Class<V>) - Static method in class org.bridj.Pointer
Create a memory area large enough to a single items of type elementClass.
allocate(Type) - Static method in class org.bridj.Pointer
Create a memory area large enough to a single items of type elementClass.
allocate(PointerIO<V>) - Static method in class org.bridj.Pointer
Create a memory area large enough to hold one item of the type associated to the provided PointerIO instance (see PointerIO.getTargetType())
allocateAlignedArray(Class<V>, long, int) - Static method in class org.bridj.Pointer
Create a memory area large enough to hold arrayLength items of type elementClass, ensuring the pointer to the memory is aligned to the provided boundary.
allocateAlignedArray(Type, long, int) - Static method in class org.bridj.Pointer
Create a memory area large enough to hold arrayLength items of type elementClass, ensuring the pointer to the memory is aligned to the provided boundary.
allocateAlignedBytes(PointerIO<V>, long, int, Pointer.Releaser) - Static method in class org.bridj.Pointer
Create a memory area large enough to hold byteSize consecutive bytes and return a pointer to elements of the type associated to the provided PointerIO instance (see PointerIO.getTargetType()), ensuring the pointer to the memory is aligned to the provided boundary.
allocateArray(PointerIO<V>, long) - Static method in class org.bridj.Pointer
Create a memory area large enough to hold arrayLength items of the type associated to the provided PointerIO instance (see PointerIO.getTargetType())
allocateArray(PointerIO<V>, long, Pointer.Releaser) - Static method in class org.bridj.Pointer
Create a memory area large enough to hold arrayLength items of the type associated to the provided PointerIO instance (see PointerIO.getTargetType())
allocateArray(Class<V>, long) - Static method in class org.bridj.Pointer
Create a memory area large enough to hold arrayLength items of type elementClass.
allocateArray(Type, long) - Static method in class org.bridj.Pointer
Create a memory area large enough to hold arrayLength items of type elementClass.
allocateBoolean() - Static method in class org.bridj.Pointer
Allocate enough memory for a boolean value and return a pointer to it.
allocateBooleans(long) - Static method in class org.bridj.Pointer
Allocate enough memory for arrayLength boolean values and return a pointer to that memory.
allocateBooleans(long, long) - Static method in class org.bridj.Pointer
Allocate enough memory for dim1 * dim2 boolean values in a packed multi-dimensional C array and return a pointer to that memory.
allocateBooleans(long, long, long) - Static method in class org.bridj.Pointer
Allocate enough memory for dim1 * dim2 * dim3 boolean values in a packed multi-dimensional C array and return a pointer to that memory.
allocateByte() - Static method in class org.bridj.Pointer
Allocate enough memory for a byte value and return a pointer to it.
allocateBytes(PointerIO<V>, long, Pointer.Releaser) - Static method in class org.bridj.Pointer
Create a memory area large enough to hold byteSize consecutive bytes and return a pointer to elements of the type associated to the provided PointerIO instance (see PointerIO.getTargetType())
allocateBytes(long) - Static method in class org.bridj.Pointer
Allocate enough memory for arrayLength byte values and return a pointer to that memory.
allocateBytes(long, long) - Static method in class org.bridj.Pointer
Allocate enough memory for dim1 * dim2 byte values in a packed multi-dimensional C array and return a pointer to that memory.
allocateBytes(long, long, long) - Static method in class org.bridj.Pointer
Allocate enough memory for dim1 * dim2 * dim3 byte values in a packed multi-dimensional C array and return a pointer to that memory.
allocateChar() - Static method in class org.bridj.Pointer
Allocate enough memory for a char value and return a pointer to it.
allocateChars(long) - Static method in class org.bridj.Pointer
Allocate enough memory for arrayLength char values and return a pointer to that memory.
allocateChars(long, long) - Static method in class org.bridj.Pointer
Allocate enough memory for dim1 * dim2 char values in a packed multi-dimensional C array and return a pointer to that memory.
allocateChars(long, long, long) - Static method in class org.bridj.Pointer
Allocate enough memory for dim1 * dim2 * dim3 char values in a packed multi-dimensional C array and return a pointer to that memory.
allocateCLong() - Static method in class org.bridj.Pointer
Allocate enough memory for a CLong value and return a pointer to it.
allocateCLongs(long) - Static method in class org.bridj.Pointer
Allocate enough memory for arrayLength CLong values and return a pointer to that memory.
allocateDouble() - Static method in class org.bridj.Pointer
Allocate enough memory for a double value and return a pointer to it.
allocateDoubles(long) - Static method in class org.bridj.Pointer
Allocate enough memory for arrayLength double values and return a pointer to that memory.
allocateDoubles(long, long) - Static method in class org.bridj.Pointer
Allocate enough memory for dim1 * dim2 double values in a packed multi-dimensional C array and return a pointer to that memory.
allocateDoubles(long, long, long) - Static method in class org.bridj.Pointer
Allocate enough memory for dim1 * dim2 * dim3 double values in a packed multi-dimensional C array and return a pointer to that memory.
allocateDynamicCallback(DynamicCallback<R>, Convention.Style, Type, Type...) - Static method in class org.bridj.Pointer
Create a native callback which signature corresponds to the provided calling convention, return type and parameter types, and which redirects calls to the provided Java DynamicCallback handler.
allocateFloat() - Static method in class org.bridj.Pointer
Allocate enough memory for a float value and return a pointer to it.
allocateFloats(long) - Static method in class org.bridj.Pointer
Allocate enough memory for arrayLength float values and return a pointer to that memory.
allocateFloats(long, long) - Static method in class org.bridj.Pointer
Allocate enough memory for dim1 * dim2 float values in a packed multi-dimensional C array and return a pointer to that memory.
allocateFloats(long, long, long) - Static method in class org.bridj.Pointer
Allocate enough memory for dim1 * dim2 * dim3 float values in a packed multi-dimensional C array and return a pointer to that memory.
allocateInt() - Static method in class org.bridj.Pointer
Allocate enough memory for a int value and return a pointer to it.
allocateInts(long) - Static method in class org.bridj.Pointer
Allocate enough memory for arrayLength int values and return a pointer to that memory.
allocateInts(long, long) - Static method in class org.bridj.Pointer
Allocate enough memory for dim1 * dim2 int values in a packed multi-dimensional C array and return a pointer to that memory.
allocateInts(long, long, long) - Static method in class org.bridj.Pointer
Allocate enough memory for dim1 * dim2 * dim3 int values in a packed multi-dimensional C array and return a pointer to that memory.
allocateList(PointerIO<E>, long) - Static method in class org.bridj.Pointer
Create a Pointer.ListType.Dynamic list with the provided initial capacity (see Pointer.ListType.Dynamic).
allocateList(Class<E>, long) - Static method in class org.bridj.Pointer
Create a Pointer.ListType.Dynamic list with the provided initial capacity (see Pointer.ListType.Dynamic).
allocateList(Type, long) - Static method in class org.bridj.Pointer
Create a Pointer.ListType.Dynamic list with the provided initial capacity (see Pointer.ListType.Dynamic).
allocateLong() - Static method in class org.bridj.Pointer
Allocate enough memory for a long value and return a pointer to it.
allocateLongs(long) - Static method in class org.bridj.Pointer
Allocate enough memory for arrayLength long values and return a pointer to that memory.
allocateLongs(long, long) - Static method in class org.bridj.Pointer
Allocate enough memory for dim1 * dim2 long values in a packed multi-dimensional C array and return a pointer to that memory.
allocateLongs(long, long, long) - Static method in class org.bridj.Pointer
Allocate enough memory for dim1 * dim2 * dim3 long values in a packed multi-dimensional C array and return a pointer to that memory.
allocatePointer(Class<P>) - Static method in class org.bridj.Pointer
Create a memory area large enough to hold a pointer.
allocatePointer(Type) - Static method in class org.bridj.Pointer
Create a memory area large enough to hold a pointer.
allocatePointer() - Static method in class org.bridj.Pointer
Create a memory area large enough to hold an untyped pointer.
allocatePointerPointer(Type) - Static method in class org.bridj.Pointer
Create a memory area large enough to hold a pointer to a pointer
allocatePointerPointer(Class<P>) - Static method in class org.bridj.Pointer
Create a memory area large enough to hold a pointer to a pointer
allocatePointers(int) - Static method in class org.bridj.Pointer
Allocate enough memory for arrayLength untyped pointer values and return a pointer to that memory.
allocatePointers(Class<P>, int) - Static method in class org.bridj.Pointer
Create a memory area large enough to hold an array of arrayLength typed pointers.
allocatePointers(Type, int) - Static method in class org.bridj.Pointer
Create a memory area large enough to hold an array of arrayLength typed pointers.
allocateShort() - Static method in class org.bridj.Pointer
Allocate enough memory for a short value and return a pointer to it.
allocateShorts(long) - Static method in class org.bridj.Pointer
Allocate enough memory for arrayLength short values and return a pointer to that memory.
allocateShorts(long, long) - Static method in class org.bridj.Pointer
Allocate enough memory for dim1 * dim2 short values in a packed multi-dimensional C array and return a pointer to that memory.
allocateShorts(long, long, long) - Static method in class org.bridj.Pointer
Allocate enough memory for dim1 * dim2 * dim3 short values in a packed multi-dimensional C array and return a pointer to that memory.
allocateSizeT() - Static method in class org.bridj.Pointer
Allocate enough memory for a SizeT value and return a pointer to it.
allocateSizeTs(long) - Static method in class org.bridj.Pointer
Allocate enough memory for arrayLength SizeT values and return a pointer to that memory.
allocateTypedPointer(Class<P>) - Static method in class org.bridj.Pointer
Allocate enough memory for a typed pointer value and return a pointer to it.
allocateTypedPointers(Class<P>, long) - Static method in class org.bridj.Pointer
Allocate enough memory for arrayLength typed pointer values and return a pointer to that memory.
and(E...) - Method in class org.bridj.FlagSet
 
AndroidSupport - Class in org.bridj
 
annotations(Annotation[]) - Static method in class org.bridj.demangling.Demangler
 
annotations(Type) - Static method in class org.bridj.demangling.Demangler
 
annotations(AnnotatedElement) - Static method in class org.bridj.demangling.Demangler
 
AnnotationUtils - Class in org.bridj.util
Util methods for annotations (inheritable annotations, forwarded annotations, annotations from AnnotatedElements and/or direct annotation arrays...)
AnnotationUtils() - Constructor for class org.bridj.util.AnnotationUtils
 
appendBytes(long) - Method in class org.bridj.StructIO
 
appendToSignature(int, NativeConstants.ValueType, Class<?>, Type, StringBuilder, StringBuilder, StringBuilder) - Method in class org.bridj.MethodCallInfo
 
apply(Method) - Method in class org.bridj.CRuntime.MethodCallInfoBuilder
 
apply(Object...) - Method in interface org.bridj.DynamicCallback
 
apply(Object...) - Method in class org.bridj.DynamicFunction
 
apply() - Method in interface org.bridj.func.Fun0
 
apply(A1) - Method in interface org.bridj.func.Fun1
 
apply(A1, A2) - Method in interface org.bridj.func.Fun2
 
apply(Object...) - Method in interface org.bridj.GenericCallback
 
apply(long) - Method in class org.bridj.Pointer
Alias for Pointer.get(long) defined for more natural use from the Scala language.
Array - Annotation Type in org.bridj.ann
Mono- or multi-dimensional array length (used on Pointer types).
arrayLength - Variable in class org.bridj.StructIO.FieldDesc
 
as(PointerIO<U>) - Method in class org.bridj.Pointer
Cast this pointer to another pointer type
as(Type) - Method in class org.bridj.Pointer
Cast this pointer to another pointer type
Synonym of Pointer.as(Class)
The following C code :
T* pointerT = ...; U* pointerU = (U*)pointerT;
Can be translated to the following Java code :
Pointer<T> pointerT = ...; Pointer<U> pointerU = pointerT.as(U.class);
as(Class<U>) - Method in class org.bridj.Pointer
Cast this pointer to another pointer type.
asDynamicFunction(Convention.Style, Type, Type...) - Method in class org.bridj.Pointer
Cast this pointer as a function pointer to a function that returns the specified return type and takes the specified parameter types.
asList() - Method in class org.bridj.Pointer
Create a Pointer.ListType.FixedCapacity native list that uses this pointer as storage (and has this pointer's pointed valid elements as initial content).
asList(Pointer.ListType) - Method in class org.bridj.Pointer
Create a native list that uses this pointer as initial storage (and has this pointer's pointed valid elements as initial content).
asUntyped() - Method in class org.bridj.Pointer
Cast this pointer to an untyped pointer.

B

beforeAggregation(StructIO, List<StructIO.FieldDecl>) - Method in interface org.bridj.StructIO.Customizer
Deprecated. Last chance to remove field declarations
beforeAggregation(StructIO, List<StructIO.FieldDecl>) - Method in class org.bridj.StructIO.DefaultCustomizer
 
beforeLayout(StructIO, List<StructIO.AggregatedFieldDesc>) - Method in interface org.bridj.StructIO.Customizer
Deprecated. Last chance to remove aggregated fields
beforeLayout(StructIO, List<StructIO.AggregatedFieldDesc>) - Method in class org.bridj.StructIO.DefaultCustomizer
 
beforeLayout(StructIO, List<StructIO.AggregatedFieldDesc>) - Method in class org.bridj.TimeT.timeval_customizer
 
bitLength - Variable in class org.bridj.StructIO.FieldDesc
 
bitOffset - Variable in class org.bridj.StructIO.FieldDesc
 
Bits - Annotation Type in org.bridj.ann
Size in bits of a struct's bit field
bool() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
bool(int) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
bool_$eq(int) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
boolVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BOOL
C type : VARIANT_BOOL
boolVal(int) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BOOL
C type : VARIANT_BOOL
boolVal_$eq(int) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
bottom() - Method in class org.bridj.cpp.com.RECT
 
bottom(long) - Method in class org.bridj.cpp.com.RECT
 
bottom_$eq(long) - Method in class org.bridj.cpp.com.RECT
 
bounds() - Method in class org.bridj.jawt.JAWT_DrawingSurfaceInfo
Bounding rectangle of the drawing surface
C type : JAWT_Rectangle
BridJ - Class in org.bridj
BridJ's central class.
BridJ() - Constructor for class org.bridj.BridJ
 
BridJRuntime - Interface in org.bridj
Interface that each specific pluggable native runtime must implement.
BridJRuntime.TypeInfo<T extends NativeObject> - Interface in org.bridj
Type information metadata + lifecycle management methods.
bstrDescription() - Method in class org.bridj.cpp.com.IDispatch.EXCEPINFO
 
BstrFromVector(Pointer<SAFEARRAY>, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
bstrHelpFile() - Method in class org.bridj.cpp.com.IDispatch.EXCEPINFO
 
bstrSource() - Method in class org.bridj.cpp.com.IDispatch.EXCEPINFO
 
bstrVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BSTR
C type : BSTR
bstrVal(Pointer<Byte>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BSTR
C type : BSTR
bstrVal_$eq(Pointer<Byte>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
bVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
bVal(byte) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
bVal_$eq(byte) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
byref() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
Generic ByRef
C type : PVOID*
byref(Pointer<Pointer<?>>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
Generic ByRef
C type : PVOID*
byref_$eq(Pointer<Pointer<?>>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
BytecodeAnalyzer - Class in org.bridj.util
Util class that scavenges through a class' bytecode to retrieve the original order of fields and methods, as defined in the sources (unlike what the reflection APIs return : they don't guarantee the order).
byteLength - Variable in class org.bridj.StructIO.FieldDesc
 
byteOffset - Variable in class org.bridj.StructIO.FieldDesc
 

C

calendarIdentifier() - Method in class org.bridj.objc.NSCalendar
 
Callback<C extends Callback<C>> - Class in org.bridj
Native C callback (beware : don't let your callbacks be GC'd before they're used).
Callback() - Constructor for class org.bridj.Callback
 
CallbackInterface - Interface in org.bridj
For internal use in BridJ only : marks a callback
callingConvention - Variable in class org.bridj.demangling.Demangler.MemberRef
 
callSinglePointerArgVoidFunction(long, long, int) - Static method in class org.bridj.JNI
Deprecated.  
CArchive - Class in org.bridj.cpp.mfc
 
CArchive() - Constructor for class org.bridj.cpp.mfc.CArchive
 
cArgs() - Method in class org.bridj.cpp.com.IDispatch.DISPPARAMS
 
cArgs() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
Number of parameters in the method
C type : UINT
cArgs(int) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
Number of parameters in the method
C type : UINT
cArgs_$eq(int) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
 
cast(Pointer) - Method in interface org.bridj.BridJRuntime.TypeInfo
 
cast(Pointer) - Method in class org.bridj.cpp.CPPRuntime.CPPTypeInfo
 
cast(Pointer) - Method in class org.bridj.CRuntime.CTypeInfo
 
castTarget(long) - Method in class org.bridj.PointerIO
 
cbElements() - Method in class org.bridj.cpp.com.SAFEARRAY
 
cbElements(int) - Method in class org.bridj.cpp.com.SAFEARRAY
 
cbElements_$eq(int) - Method in class org.bridj.cpp.com.SAFEARRAY
 
cc() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
Calling convention of the method
C type : CALLCONV
cc(ValuedEnum<OLEAutomationLibrary.CALLCONV>) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
Calling convention of the method
C type : CALLCONV
cc_$eq(ValuedEnum<OLEAutomationLibrary.CALLCONV>) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
 
cchUsed() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.NUMPARSE
Number of characters parsed from input string
C type : INT
cchUsed(int) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.NUMPARSE
Number of characters parsed from input string
C type : INT
cchUsed_$eq(int) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.NUMPARSE
 
CCmdUI - Class in org.bridj.cpp.mfc
 
CCmdUI() - Constructor for class org.bridj.cpp.mfc.CCmdUI
 
cCustData() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.CUSTDATA
 
cCustData(int) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.CUSTDATA
 
cCustData_$eq(int) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.CUSTDATA
 
cDig() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.NUMPARSE
Number of parsed digits
C type : INT
cDig(int) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.NUMPARSE
Number of parsed digits
C type : INT
cDig_$eq(int) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.NUMPARSE
 
cDims() - Method in class org.bridj.cpp.com.SAFEARRAY
 
cDims(short) - Method in class org.bridj.cpp.com.SAFEARRAY
 
cDims_$eq(short) - Method in class org.bridj.cpp.com.SAFEARRAY
 
cElements() - Method in class org.bridj.cpp.com.SAFEARRAYBOUND
 
cElements(int) - Method in class org.bridj.cpp.com.SAFEARRAYBOUND
 
cElements_$eq(int) - Method in class org.bridj.cpp.com.SAFEARRAYBOUND
 
CFStringCreateWithBytes(Pointer<?>, Pointer<Byte>, long, int, boolean) - Static method in class org.bridj.objc.FoundationLibrary
 
class_addProtocol(Pointer<? extends ObjCObject>, Pointer<? extends ObjCObject>) - Static method in class org.bridj.objc.ObjectiveCRuntime
 
CLASS_E_NOAGGREGATION - Static variable in class org.bridj.cpp.com.COMRuntime
 
clear() - Method in class org.bridj.util.ConcurrentCache
 
clearBytes(long) - Method in class org.bridj.Pointer
Write zero bytes to the first length bytes pointed by this pointer
clearBytesAtOffset(long, long, byte) - Method in class org.bridj.Pointer
Write a byte value to each of the length bytes at the address pointed to by this pointer shifted by a byteOffset
ClearCustData(Pointer<OLEAutomationLibrary.CUSTDATA>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
clearValidBytes() - Method in class org.bridj.Pointer
Write zero bytes to all of the valid bytes pointed by this pointer
clip() - Method in class org.bridj.jawt.JAWT_DrawingSurfaceInfo
Clip rectangle array
C type : JAWT_Rectangle*
clipSize() - Method in class org.bridj.jawt.JAWT_DrawingSurfaceInfo
 
cLocks() - Method in class org.bridj.cpp.com.SAFEARRAY
 
cLocks(int) - Method in class org.bridj.cpp.com.SAFEARRAY
 
cLocks_$eq(int) - Method in class org.bridj.cpp.com.SAFEARRAY
 
clone(T) - Method in interface org.bridj.BridJRuntime.TypeInfo
 
clone(VARIANT) - Static method in class org.bridj.cpp.com.COMRuntime
 
clone() - Method in class org.bridj.cpp.com.VARIANT
 
clone(T) - Method in class org.bridj.cpp.CPPRuntime.CPPTypeInfo
 
clone(T) - Method in class org.bridj.CRuntime.CTypeInfo
 
clone() - Method in class org.bridj.NativeObject
 
clone() - Method in class org.bridj.Pointer
Creates a copy of the pointed memory location (allocates a new area of memory) and returns a pointer to it.
CLong - Annotation Type in org.bridj.ann
Indicate that a Java long value is represented by a C 'long' integer (which size is platform- and compiler-dependent).
CLong - Class in org.bridj
Wraps a value which size is the same as the 'long' C type (32 bits on a 32 bits platform, 64 bits on a 64 bits platform with GCC and still 32 bits with MSVC++ on 64 bits platforms)
CLong(long) - Constructor for class org.bridj.CLong
 
CLONG_SIZE - Static variable in class org.bridj.Platform
 
CLSCTX_ACTIVATE_32_BIT_SERVER - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_ACTIVATE_64_BIT_SERVER - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_ALL - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_DISABLE_AAA - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_ENABLE_AAA - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_ENABLE_CLOAKING - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_ENABLE_CODE_DOWNLOAD - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_FROM_DEFAULT_CONTEXT - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_INPROC - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_INPROC_HANDLER - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_INPROC_HANDLER16 - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_INPROC_SERVER - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_INPROC_SERVER16 - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_LOCAL_SERVER - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_NO_CODE_DOWNLOAD - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_NO_CUSTOM_MARSHAL - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_NO_FAILURE_LOG - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_PS_DLL - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_REMOTE_SERVER - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_RESERVED1 - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_RESERVED2 - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_RESERVED3 - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_RESERVED4 - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_RESERVED5 - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSCTX_SERVER - Static variable in class org.bridj.cpp.com.COMRuntime
 
CLSID - Annotation Type in org.bridj.cpp.com
 
cMembers() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.INTERFACEDATA
Number of methods in the object
C type : UINT
cMembers(int) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.INTERFACEDATA
Number of methods in the object
C type : UINT
cMembers_$eq(int) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.INTERFACEDATA
 
cNamedArgs() - Method in class org.bridj.cpp.com.IDispatch.DISPPARAMS
 
CO_E_NOTINITIALIZED - Static variable in class org.bridj.cpp.com.COMRuntime
 
CObject - Class in org.bridj.cpp.mfc
 
CObject() - Constructor for class org.bridj.cpp.mfc.CObject
 
CObject(Pointer<? extends CObject>, MFCRuntime) - Constructor for class org.bridj.cpp.mfc.CObject
 
CoCreateInstance(Pointer<Byte>, Pointer<IUnknown>, int, Pointer<Byte>, Pointer<Pointer<?>>) - Static method in class org.bridj.cpp.com.COMRuntime
Deprecated. 
COINIT_APARTMENTTHREADED - Static variable in interface org.bridj.cpp.com.COMRuntime.COINIT
 
COINIT_DISABLE_OLE1DDE - Static variable in interface org.bridj.cpp.com.COMRuntime.COINIT
 
COINIT_MULTITHREADED - Static variable in interface org.bridj.cpp.com.COMRuntime.COINIT
 
COINIT_SPEED_OVER_MEMORY - Static variable in interface org.bridj.cpp.com.COMRuntime.COINIT
 
COMCallableWrapper - Class in org.bridj.cpp.com
Implementing the IDispatch Interface : http://msdn.microsoft.com/en-us/library/ms221037.aspx Simulating COM Interfaces : http://msdn.microsoft.com/en-us/library/111chfb8.aspx
COMCallableWrapper(Object) - Constructor for class org.bridj.cpp.com.COMCallableWrapper
 
compare(T, T) - Method in interface org.bridj.BridJRuntime.TypeInfo
 
compare(T, T) - Method in class org.bridj.CRuntime.CTypeInfo
 
compare(Pointer<NSNumber>) - Method in class org.bridj.objc.NSNumber
 
compare(StructObject, StructObject) - Method in class org.bridj.StructIO
 
compareBytes(Pointer<?>, long) - Method in class org.bridj.Pointer
Compare the byteCount bytes at the memory location pointed by this pointer to the byteCount bytes at the memory location pointer by other using the C @see memcmp function.
compareBytesAtOffset(long, Pointer<?>, long, long) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues)
compareTo(Pointer<?>) - Method in class org.bridj.Pointer
Compare to another pointer based on pointed addresses.
compareTo(Pair<U, V>) - Method in class org.bridj.util.Pair
 
computeJavaProcessArgs(Class<?>, List<?>) - Static method in class org.bridj.util.ProcessUtils
 
COMRuntime - Class in org.bridj.cpp.com
Microsoft COM runtime, along with useful constants and methods.
COMRuntime() - Constructor for class org.bridj.cpp.com.COMRuntime
 
COMRuntime.COINIT - Interface in org.bridj.cpp.com
 
ConcurrentCache<K,V> - Class in org.bridj.util
Cache that creates its missing values automatically, using the value class' default constructor (override ConcurrentCache.newInstance(Object) to call another constructor)
ConcurrentCache(Class<V>) - Constructor for class org.bridj.util.ConcurrentCache
 
Constructor - Annotation Type in org.bridj.ann
Indicate the index of a constructor.
Convention - Annotation Type in org.bridj.ann
Force the method call convention to some value.
Convention.Style - Enum in org.bridj.ann
Calling convention enums
copyBytesAtOffsetTo(long, Pointer<?>, long, long) - Method in class org.bridj.Pointer
Deprecated. 
copyBytesTo(Pointer<?>, long) - Method in class org.bridj.Pointer
Deprecated. 
copyNativeObjectToAddress(O, Type, Pointer<O>) - Static method in class org.bridj.BridJ
 
copyNativeObjectToAddress(T, Pointer<T>) - Method in interface org.bridj.BridJRuntime.TypeInfo
 
copyNativeObjectToAddress(T, Pointer<T>) - Method in class org.bridj.CRuntime.CTypeInfo
 
copyTo(Pointer<?>) - Method in class org.bridj.Pointer
Copy remaining bytes from this pointer to a destination using the @see memcpy C function (see Pointer.copyBytesTo(Pointer, long), Pointer.getValidBytes())
copyTo(Pointer<?>, long) - Method in class org.bridj.Pointer
Copy remaining elements from this pointer to a destination using the @see memcpy C function (see Pointer.copyBytesAtOffsetTo(long, Pointer, long, long), Pointer.getValidBytes())
count() - Method in class org.bridj.objc.NSDictionary
 
CPoint - Class in org.bridj.cpp.mfc
 
CPoint() - Constructor for class org.bridj.cpp.mfc.CPoint
 
cppDelete(Pointer<?>) - Method in class org.bridj.cpp.CPPRuntime.MemoryOperators
 
cppDeleteArray(Pointer<?>) - Method in class org.bridj.cpp.CPPRuntime.MemoryOperators
 
cppNew(long) - Method in class org.bridj.cpp.CPPRuntime.MemoryOperators
 
cppNewArray(long) - Method in class org.bridj.cpp.CPPRuntime.MemoryOperators
 
CPPObject - Class in org.bridj.cpp
Base class for C++ structs and classes.
CPPRuntime - Class in org.bridj.cpp
C++ runtime (derives from the C runtime).
CPPRuntime() - Constructor for class org.bridj.cpp.CPPRuntime
 
CPPRuntime.CPPDestructor - Class in org.bridj.cpp
 
CPPRuntime.CPPDestructor() - Constructor for class org.bridj.cpp.CPPRuntime.CPPDestructor
 
CPPRuntime.CPPTypeInfo<T extends CPPObject> - Class in org.bridj.cpp
 
CPPRuntime.CPPTypeInfo(Type) - Constructor for class org.bridj.cpp.CPPRuntime.CPPTypeInfo
 
CPPRuntime.MemoryOperators - Class in org.bridj.cpp
 
CPPRuntime.MemoryOperators(NativeLibrary) - Constructor for class org.bridj.cpp.CPPRuntime.MemoryOperators
 
CPPType - Class in org.bridj.cpp
Representation of a C++ type (including template parameters, which can be types or constants).
CPPType(Type, Type, Object...) - Constructor for class org.bridj.cpp.CPPType
 
CPPType(Type, Object...) - Constructor for class org.bridj.cpp.CPPType
 
createCToJavaCallback(MethodCallInfo, Type) - Static method in class org.bridj.CRuntime
 
CreateDispTypeInfo(Pointer<OLEAutomationLibrary.INTERFACEDATA>, int, Pointer<Pointer<ITypeInfo>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
CreateErrorInfo(Pointer<Pointer<OLEAutomationLibrary.ICreateErrorInfo>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
CreateInstance(Pointer<IUnknown>, Pointer<Byte>, Pointer<Pointer<IUnknown>>) - Method in class org.bridj.cpp.com.IClassFactory
Deprecated. 
CreateInstance(Class<I>) - Method in class org.bridj.cpp.com.IClassFactory
 
createNativeObjectFromPointer(Pointer<? super O>, Type) - Static method in class org.bridj.BridJ
 
createNativeObjectFromReturnValuePointer(Pointer<? super O>, Type) - Static method in class org.bridj.BridJ
 
createObjCProxyPeer(ObjCProxy) - Static method in class org.bridj.objc.ObjCJNI
Deprecated. 
CreateObject() - Method in class org.bridj.cpp.mfc.CRuntimeClass
 
CreateObject(Pointer<Byte>) - Static method in class org.bridj.cpp.mfc.CRuntimeClass
 
CreateObject$2(Pointer<Character>) - Static method in class org.bridj.cpp.mfc.CRuntimeClass
 
createReturnInstance() - Method in interface org.bridj.BridJRuntime.TypeInfo
 
createReturnInstance() - Method in class org.bridj.cpp.CPPRuntime.CPPTypeInfo
 
createReturnInstance() - Method in class org.bridj.CRuntime.CTypeInfo
 
CreateStdDispatch(Pointer<IUnknown>, Pointer<?>, Pointer<ITypeInfo>, Pointer<Pointer<IUnknown>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
CreateTypeLib(ValuedEnum<OLEAutomationLibrary.SYSKIND>, Pointer<Character>, Pointer<Pointer<OLEAutomationLibrary.ICreateTypeLib>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
CreateTypeLib2(ValuedEnum<OLEAutomationLibrary.SYSKIND>, Pointer<Pointer<OLEAutomationLibrary.ICreateTypeLib2>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
CRuntime - Class in org.bridj
C runtime (used by default when no Runtime annotation is found).
CRuntime() - Constructor for class org.bridj.CRuntime
Deprecated. use CRuntime.getInstance() instead
CRuntime.CTypeInfo<T extends NativeObject> - Class in org.bridj
 
CRuntime.CTypeInfo(Type) - Constructor for class org.bridj.CRuntime.CTypeInfo
 
CRuntime.MethodCallInfoBuilder - Class in org.bridj
 
CRuntime.MethodCallInfoBuilder() - Constructor for class org.bridj.CRuntime.MethodCallInfoBuilder
 
CRuntimeClass - Class in org.bridj.cpp.mfc
 
CRuntimeClass() - Constructor for class org.bridj.cpp.mfc.CRuntimeClass
 
CSharpRuntime - Interface in org.bridj.cs
 
CString - Class in org.bridj.cpp.mfc
 
CString() - Constructor for class org.bridj.cpp.mfc.CString
 
CStringT<BaseType,StringTraits> - Class in org.bridj.cpp.mfc
 
CStringT() - Constructor for class org.bridj.cpp.mfc.CStringT
 
currentCalendar() - Static method in class org.bridj.objc.NSCalendar
 
cVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_I1
C type : CHAR
cVal(byte) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_I1
C type : CHAR
cVal_$eq(byte) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
CWnd - Class in org.bridj.cpp.mfc
 
CWnd() - Constructor for class org.bridj.cpp.mfc.CWnd
 
CY - Class in org.bridj.cpp.com
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
CY() - Constructor for class org.bridj.cpp.com.CY
 
cyVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_CY
C type : CY

D

Data1() - Method in class org.bridj.cpp.com.GUID
 
Data1(int) - Method in class org.bridj.cpp.com.GUID
 
Data1_$eq(int) - Method in class org.bridj.cpp.com.GUID
 
Data2() - Method in class org.bridj.cpp.com.GUID
 
Data2(short) - Method in class org.bridj.cpp.com.GUID
 
Data2_$eq(short) - Method in class org.bridj.cpp.com.GUID
 
Data3() - Method in class org.bridj.cpp.com.GUID
 
Data3(short) - Method in class org.bridj.cpp.com.GUID
 
Data3_$eq(short) - Method in class org.bridj.cpp.com.GUID
 
Data4() - Method in class org.bridj.cpp.com.GUID
 
date() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_DATE
C type : DATE
date(double) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_DATE
C type : DATE
date_$eq(double) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
dblVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_R8
C type : DOUBLE
dblVal(double) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_R8
C type : DOUBLE
dblVal_$eq(double) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
DC_CALL_C_ARM_ARM - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_ARM_ARM_EABI - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_ARM_THUMB - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_ARM_THUMB_EABI - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_DEFAULT - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_ELLIPSIS - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_ELLIPSIS_VARARGS - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_MIPS32_EABI - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_MIPS32_O32 - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_MIPS64_N32 - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_MIPS64_N64 - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_PPC32_DARWIN - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_PPC32_LINUX - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_PPC32_OSX - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_PPC32_SYSV - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_SPARC32 - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_SPARC64 - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_X64_SYSV - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_X64_WIN64 - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_X86_CDECL - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_X86_PLAN9 - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_X86_WIN32_FAST_GNU - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_X86_WIN32_FAST_MS - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_X86_WIN32_STD - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_X86_WIN32_THIS_GNU - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_C_X86_WIN32_THIS_MS - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_SYS_DEFAULT - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_SYS_X86_INT80H_BSD - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_CALL_SYS_X86_INT80H_LINUX - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_ERROR_NONE - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_ERROR_UNSUPPORTED_MODE - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_BOOL - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_CC_ELLIPSIS - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_CC_FASTCALL_GNU - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_CC_FASTCALL_MS - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_CC_PREFIX - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_CC_STDCALL - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_CC_THISCALL_MS - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_CHAR - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_DOUBLE - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_ENDARG - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_FLOAT - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_INT - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_LONG - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_LONGLONG - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_POINTER - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_SHORT - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_STRING - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_STRUCT - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_UCHAR - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_UINT - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_ULONG - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_ULONGLONG - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_USHORT - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DC_SIGCHAR_VOID - Static variable in class org.bridj.dyncall.DyncallLibrary
 
dcArgBool(Pointer<DyncallLibrary.DCCallVM>, int) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcArgChar(Pointer<DyncallLibrary.DCCallVM>, byte) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcArgDouble(Pointer<DyncallLibrary.DCCallVM>, double) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcArgFloat(Pointer<DyncallLibrary.DCCallVM>, float) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcArgInt(Pointer<DyncallLibrary.DCCallVM>, int) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcArgLong(Pointer<DyncallLibrary.DCCallVM>, long) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcArgLongLong(Pointer<DyncallLibrary.DCCallVM>, long) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcArgPointer(Pointer<DyncallLibrary.DCCallVM>, Pointer<?>) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcArgShort(Pointer<DyncallLibrary.DCCallVM>, short) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcArgStruct(Pointer<DyncallLibrary.DCCallVM>, Pointer<DyncallLibrary.DCstruct>, Pointer<?>) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcCallBool(Pointer<DyncallLibrary.DCCallVM>, Pointer<?>) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcCallChar(Pointer<DyncallLibrary.DCCallVM>, Pointer<?>) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcCallDouble(Pointer<DyncallLibrary.DCCallVM>, Pointer<?>) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcCallFloat(Pointer<DyncallLibrary.DCCallVM>, Pointer<?>) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcCallInt(Pointer<DyncallLibrary.DCCallVM>, Pointer<?>) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcCallLong(Pointer<DyncallLibrary.DCCallVM>, Pointer<?>) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcCallLongLong(Pointer<DyncallLibrary.DCCallVM>, Pointer<?>) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcCallPointer(Pointer<DyncallLibrary.DCCallVM>, Pointer<?>) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcCallShort(Pointer<DyncallLibrary.DCCallVM>, Pointer<?>) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcCallStruct(Pointer<DyncallLibrary.DCCallVM>, Pointer<?>, Pointer<DyncallLibrary.DCstruct>, Pointer<?>) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcCallVoid(Pointer<DyncallLibrary.DCCallVM>, Pointer<?>) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcCloseStruct(Pointer<DyncallLibrary.DCstruct>) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcDefineStruct(Pointer<Byte>) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcFree(Pointer<DyncallLibrary.DCCallVM>) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcFreeStruct(Pointer<DyncallLibrary.DCstruct>) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcGetError(Pointer<DyncallLibrary.DCCallVM>) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcMode(Pointer<DyncallLibrary.DCCallVM>, int) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcNewCallVM(long) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcNewStruct(long, int) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcReset(Pointer<DyncallLibrary.DCCallVM>) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcStructAlignment(Pointer<DyncallLibrary.DCstruct>) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcStructField(Pointer<DyncallLibrary.DCstruct>, int, int, long) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcStructSize(Pointer<DyncallLibrary.DCstruct>) - Static method in class org.bridj.dyncall.DyncallLibrary
 
dcSubStruct(Pointer<DyncallLibrary.DCstruct>, long, int, long) - Static method in class org.bridj.dyncall.DyncallLibrary
 
debug - Static variable in class org.bridj.BridJ
 
debugNeverFree - Static variable in class org.bridj.BridJ
 
debugPointers - Static variable in class org.bridj.BridJ
 
DECIMAL - Class in org.bridj.cpp.com
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
DECIMAL() - Constructor for class org.bridj.cpp.com.DECIMAL
 
decodeVersionSpecificMethodNameClassAndSignature(String, Object[]) - Static method in class org.bridj.util.JNIUtils
 
decVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union
 
DEFAULT_ALIGNMENT - Static variable in class org.bridj.dyncall.DyncallLibrary
 
DEFAULT_CONSTRUCTOR - Static variable in class org.bridj.cpp.CPPRuntime
 
defaultAlignment - Static variable in class org.bridj.Pointer
Default alignment used to allocate memory from the static factory methods in Pointer class (any value lower or equal to 1 means no alignment)
DefaultParameterizedType - Class in org.bridj.util
Default implementation of ParameterizedType
DefaultParameterizedType(Type, Type, Type[]) - Constructor for class org.bridj.util.DefaultParameterizedType
 
DefaultParameterizedType(Type, Type...) - Constructor for class org.bridj.util.DefaultParameterizedType
 
delete(NativeObject) - Static method in class org.bridj.BridJ
 
deleteGlobalRef(long) - Static method in class org.bridj.JNI
Deprecated. Delete a global reference created by JNI.newGlobalRef(java.lang.Object)
DeleteTab(Pointer<Integer>) - Method in class org.bridj.cpp.com.shell.ITaskbarList
 
deleteWeakGlobalRef(long) - Static method in class org.bridj.JNI
Deprecated. Delete a weak global reference created by JNI.newWeakGlobalRef(java.lang.Object)
Demangler - Class in org.bridj.demangling
Base class and core structures for symbol demanglers (typically, for C++ symbols).
Demangler(NativeLibrary, String) - Constructor for class org.bridj.demangling.Demangler
 
Demangler.Annotations - Interface in org.bridj.demangling
 
Demangler.ClassRef - Class in org.bridj.demangling
 
Demangler.ClassRef(Demangler.Ident) - Constructor for class org.bridj.demangling.Demangler.ClassRef
 
Demangler.Constant - Class in org.bridj.demangling
 
Demangler.Constant(Object) - Constructor for class org.bridj.demangling.Demangler.Constant
 
Demangler.DemanglingException - Exception in org.bridj.demangling
 
Demangler.DemanglingException(String) - Constructor for exception org.bridj.demangling.Demangler.DemanglingException
 
Demangler.DemanglingException(String, Throwable) - Constructor for exception org.bridj.demangling.Demangler.DemanglingException
 
Demangler.FunctionTypeRef - Class in org.bridj.demangling
 
Demangler.FunctionTypeRef(Demangler.MemberRef) - Constructor for class org.bridj.demangling.Demangler.FunctionTypeRef
 
Demangler.Ident - Class in org.bridj.demangling
 
Demangler.Ident(String, Demangler.TemplateArg...) - Constructor for class org.bridj.demangling.Demangler.Ident
 
Demangler.IdentLike - Interface in org.bridj.demangling
 
Demangler.JavaTypeRef - Class in org.bridj.demangling
 
Demangler.JavaTypeRef() - Constructor for class org.bridj.demangling.Demangler.JavaTypeRef
 
Demangler.MemberRef - Class in org.bridj.demangling
 
Demangler.MemberRef() - Constructor for class org.bridj.demangling.Demangler.MemberRef
 
Demangler.NamespaceRef - Class in org.bridj.demangling
 
Demangler.NamespaceRef(Object[]) - Constructor for class org.bridj.demangling.Demangler.NamespaceRef
 
Demangler.PointerTypeRef - Class in org.bridj.demangling
 
Demangler.PointerTypeRef(Demangler.TypeRef) - Constructor for class org.bridj.demangling.Demangler.PointerTypeRef
 
Demangler.SpecialName - Enum in org.bridj.demangling
 
Demangler.Symbol - Class in org.bridj.demangling
 
Demangler.Symbol(String, NativeLibrary) - Constructor for class org.bridj.demangling.Demangler.Symbol
 
Demangler.TemplateArg - Interface in org.bridj.demangling
 
Demangler.TypeRef - Class in org.bridj.demangling
 
Demangler.TypeRef() - Constructor for class org.bridj.demangling.Demangler.TypeRef
 
describe(NativeObject) - Static method in class org.bridj.BridJ
Creates a string that describes the provided native object, printing generally-relevant internal data (for instance for structures, this will typically display the fields values).
describe(Type) - Static method in class org.bridj.BridJ
Creates a string that describes the provided native object type, printing generally-relevant internal data (for instance for structures, this will typically display name of the fields, their offsets and lengths...).
describe(T) - Method in interface org.bridj.BridJRuntime.TypeInfo
 
describe() - Method in interface org.bridj.BridJRuntime.TypeInfo
 
describe(T) - Method in class org.bridj.CRuntime.CTypeInfo
 
describe() - Method in class org.bridj.CRuntime.CTypeInfo
 
describe(StructObject) - Method in class org.bridj.StructIO
 
describe() - Method in class org.bridj.StructIO
 
description() - Method in class org.bridj.objc.ObjCObject
 
destroy(T) - Method in interface org.bridj.BridJRuntime.TypeInfo
 
destroy(long) - Method in class org.bridj.cpp.CPPRuntime.CPPDestructor
 
destroy(T) - Method in class org.bridj.cpp.CPPRuntime.CPPTypeInfo
 
destroy(T) - Method in class org.bridj.CRuntime.CTypeInfo
 
dictionaryWithContentsOfFile(Pointer<NSString>) - Static method in class org.bridj.objc.NSDictionary
 
dictionaryWithObjects_forKeys_count(Pointer<Pointer<NSObject>>, Pointer<Pointer<NSObject>>, int) - Static method in class org.bridj.objc.NSDictionary
 
DisableDirect - Annotation Type in org.bridj.ann
Forbid direct assembly wiring of a native method.
DISP_E_ARRAYISLOCKED - Static variable in class org.bridj.cpp.com.COMRuntime
 
DISP_E_BADCALLEE - Static variable in class org.bridj.cpp.com.COMRuntime
 
DISP_E_BADINDEX - Static variable in class org.bridj.cpp.com.COMRuntime
 
DISP_E_BADPARAMCOUNT - Static variable in class org.bridj.cpp.com.COMRuntime
 
DISP_E_BADVARTYPE - Static variable in class org.bridj.cpp.com.COMRuntime
 
DISP_E_BUFFERTOOSMALL - Static variable in class org.bridj.cpp.com.COMRuntime
 
DISP_E_DIVBYZERO - Static variable in class org.bridj.cpp.com.COMRuntime
 
DISP_E_EXCEPTION - Static variable in class org.bridj.cpp.com.COMRuntime
 
DISP_E_MEMBERNOTFOUND - Static variable in class org.bridj.cpp.com.COMRuntime
 
DISP_E_NONAMEDARGS - Static variable in class org.bridj.cpp.com.COMRuntime
 
DISP_E_NOTACOLLECTION - Static variable in class org.bridj.cpp.com.COMRuntime
 
DISP_E_OVERFLOW - Static variable in class org.bridj.cpp.com.COMRuntime
 
DISP_E_PARAMNOTFOUND - Static variable in class org.bridj.cpp.com.COMRuntime
 
DISP_E_PARAMNOTOPTIONAL - Static variable in class org.bridj.cpp.com.COMRuntime
 
DISP_E_TYPEMISMATCH - Static variable in class org.bridj.cpp.com.COMRuntime
 
DISP_E_UNKNOWNINTERFACE - Static variable in class org.bridj.cpp.com.COMRuntime
 
DISP_E_UNKNOWNLCID - Static variable in class org.bridj.cpp.com.COMRuntime
 
DISP_E_UNKNOWNNAME - Static variable in class org.bridj.cpp.com.COMRuntime
 
DISPATCH_METHOD - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
DISPATCH_PROPERTYGET - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
DISPATCH_PROPERTYPUT - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
DISPATCH_PROPERTYPUTREF - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
DispCallFunc(Pointer<?>, ValuedEnum<OLEAutomationLibrary.CALLCONV>, short, int, Pointer<Short>, Pointer<Pointer<VARIANT>>, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
DispGetIDsOfNames(Pointer<ITypeInfo>, Pointer<Pointer<Character>>, int, Pointer<CLong>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
DispGetParam(Pointer<OLEAutomationLibrary.DISPPARAMS>, int, short, Pointer<VARIANT>, Pointer<Integer>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
dispid() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
Id of the method
C type : DISPID
dispid(long) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
Id of the method
C type : DISPID
dispid_$eq(long) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
 
DispInvoke(Pointer<?>, Pointer<ITypeInfo>, long, short, Pointer<OLEAutomationLibrary.DISPPARAMS>, Pointer<VARIANT>, Pointer<OLEAutomationLibrary.EXCEPINFO>, Pointer<Integer>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
DosDateTimeToVariantTime(short, short, Pointer<Double>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
DotNetRuntime - Class in org.bridj.cs.dotnet
 
DotNetRuntime() - Constructor for class org.bridj.cs.dotnet.DotNetRuntime
 
doubleValue() - Method in class org.bridj.objc.NSNumber
 
drain() - Method in class org.bridj.objc.NSAutoreleasePool
 
ds() - Method in class org.bridj.jawt.JAWT_DrawingSurfaceInfo
Cached pointer to the underlying drawing surface
C type : jawt_DrawingSurface*
dwFlags() - Method in class org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTON
 
dwFlags(ValuedEnum<ITaskbarList3.THUMBBUTTONFLAGS>) - Method in class org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTON
 
dwHelpContext() - Method in class org.bridj.cpp.com.IDispatch.EXCEPINFO
 
dwInFlags() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.NUMPARSE
Acceptable state of the input string (NUMPRS_ flags)
C type : ULONG
dwInFlags(int) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.NUMPARSE
Acceptable state of the input string (NUMPRS_ flags)
C type : ULONG
dwInFlags_$eq(int) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.NUMPARSE
 
dwMask() - Method in class org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTON
 
dwMask(ValuedEnum<ITaskbarList3.THUMBBUTTONMASK>) - Method in class org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTON
 
dwOutFlags() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.NUMPARSE
Parsed state of the output string (NUMPRS_ flags)
C type : ULONG
dwOutFlags(int) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.NUMPARSE
Parsed state of the output string (NUMPRS_ flags)
C type : ULONG
dwOutFlags_$eq(int) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.NUMPARSE
 
DynamicCallback<R> - Interface in org.bridj
 
DynamicFunction<R> - Class in org.bridj
Generic C function which invocation involves a bit of Java reflection.
DynamicFunctionFactory - Class in org.bridj
Factory that is able to create dynamic functions bindings with a given signature
DyncallLibrary - Class in org.bridj.dyncall
Wrapper for library dyncall
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
DyncallLibrary() - Constructor for class org.bridj.dyncall.DyncallLibrary
 
DyncallLibrary.DCCallVM - Interface in org.bridj.dyncall
 
DyncallLibrary.DCstruct - Interface in org.bridj.dyncall
 

E

E_ABORT - Static variable in class org.bridj.cpp.com.COMRuntime
 
E_ACCESSDENIED - Static variable in class org.bridj.cpp.com.COMRuntime
 
E_FAIL - Static variable in class org.bridj.cpp.com.COMRuntime
 
E_HANDLE - Static variable in class org.bridj.cpp.com.COMRuntime
 
E_INVALIDARG - Static variable in class org.bridj.cpp.com.COMRuntime
 
E_NOINTERFACE - Static variable in class org.bridj.cpp.com.COMRuntime
 
E_NOTIMPL - Static variable in class org.bridj.cpp.com.COMRuntime
 
E_OUTOFMEMORY - Static variable in class org.bridj.cpp.com.COMRuntime
 
E_POINTER - Static variable in class org.bridj.cpp.com.COMRuntime
 
E_UNEXPECTED - Static variable in class org.bridj.cpp.com.COMRuntime
 
Enable(boolean) - Method in class org.bridj.cpp.mfc.CCmdUI
 
enableDestructors - Static variable in class org.bridj.BridJ
 
entrySet() - Method in class org.bridj.util.ConcurrentCache
 
env() - Method in class org.bridj.jawt.JAWT_DrawingSurface
Cached reference to the Java environment of the calling thread.
eq(Object, Object) - Static method in class org.bridj.util.Utils
 
equal(T, T) - Method in interface org.bridj.BridJRuntime.TypeInfo
 
equal(T, T) - Method in class org.bridj.CRuntime.CTypeInfo
 
equal(StructObject, StructObject) - Method in class org.bridj.StructIO
 
equals(Object) - Method in class org.bridj.cpp.CPPType
 
equals(Object) - Method in class org.bridj.demangling.Demangler.Ident
 
equals(Object) - Method in class org.bridj.demangling.Demangler.TypeRef
 
equals(Object) - Method in class org.bridj.FlagSet
 
equals(Object) - Method in class org.bridj.NativeObject
 
equals(Object) - Method in class org.bridj.objc.NSNumber
 
equals(Object) - Method in class org.bridj.objc.ObjCObject
 
equals(Object) - Method in class org.bridj.objc.SEL
 
equals(Object) - Method in class org.bridj.Pointer
Test equality of the pointer using the address.
equals(Object) - Method in class org.bridj.util.DefaultParameterizedType
 
equals(Object) - Method in class org.bridj.util.Pair
 
equals(Object) - Method in class org.bridj.util.Tuple
 
equivalentTypes(Type, Type) - Static method in class org.bridj.demangling.Demangler
 

F

fFeatures() - Method in class org.bridj.cpp.com.SAFEARRAY
 
fFeatures(short) - Method in class org.bridj.cpp.com.SAFEARRAY
 
fFeatures_$eq(short) - Method in class org.bridj.cpp.com.SAFEARRAY
 
Field - Annotation Type in org.bridj.ann
Indicate the index of a structure field (in Java, the order of methods and fields is unspecified so you need to order them explicitely).
field - Variable in class org.bridj.StructIO.FieldDesc
 
fields - Variable in class org.bridj.StructIO.AggregatedFieldDesc
 
finalize() - Method in class org.bridj.NativeEntities
 
find(Pointer<?>) - Method in class org.bridj.Pointer
Find the first appearance of the sequence of valid bytes pointed by needle in the memory area pointed to by this bounded pointer (behaviour equivalent to memmem, which is used underneath on platforms where it is available)
findByte(long, byte, long) - Method in class org.bridj.Pointer
Find the first occurrence of a value in the memory block of length searchLength bytes pointed by this pointer shifted by a byteOffset
findLast(Pointer<?>) - Method in class org.bridj.Pointer
Find the last appearance of the sequence of valid bytes pointed by needle in the memory area pointed to by this bounded pointer (also see Pointer.find(Pointer)).
FlagSet<E extends Enum<E>> - Class in org.bridj
Set of int-valued enum values that is itself int-valued (bitwise OR of all the values).
FlagSet.IntFlagSet<E extends Enum<E>> - Class in org.bridj
 
floatValue() - Method in class org.bridj.objc.NSNumber
 
fltVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_R4
C type : FLOAT
fltVal(float) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_R4
C type : FLOAT
fltVal_$eq(float) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
Forwardable - Annotation Type in org.bridj.ann
For annotations that can be forwarded to other annotations.
forwardInvocation(Pointer<NSInvocation>) - Method in class org.bridj.objc.ObjCProxy
 
FoundationLibrary - Class in org.bridj.objc
 
FoundationLibrary() - Constructor for class org.bridj.objc.FoundationLibrary
 
frameLength() - Method in class org.bridj.objc.NSMethodSignature
 
FreeDrawingSurface() - Method in class org.bridj.jawt.JAWT
 
FreeDrawingSurfaceInfo() - Method in class org.bridj.jawt.JAWT_DrawingSurface
 
FromName(Pointer<Byte>) - Static method in class org.bridj.cpp.mfc.CRuntimeClass
 
FromName$2(Pointer<Character>) - Static method in class org.bridj.cpp.mfc.CRuntimeClass
 
fromValue(long) - Static method in enum org.bridj.cpp.com.OLEAutomationLibrary.CALLCONV
 
fromValue(long) - Static method in enum org.bridj.cpp.com.OLEAutomationLibrary.REGKIND
 
fromValue(long) - Static method in enum org.bridj.cpp.com.OLEAutomationLibrary.SYSKIND
 
fromValue(long) - Static method in enum org.bridj.cpp.com.shell.ITaskbarList3.TbpFlag
 
fromValue(long) - Static method in enum org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTONFLAGS
 
fromValue(long) - Static method in enum org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTONMASK
 
fromValue(long) - Static method in enum org.bridj.cpp.com.VARENUM
 
fromValue(long, Class<EE>) - Static method in class org.bridj.FlagSet
 
fromValue(int, Class<EE>) - Static method in class org.bridj.FlagSet
 
fromValue(ValuedEnum<EE>) - Static method in class org.bridj.FlagSet
 
fromValue(long, EE...) - Static method in class org.bridj.FlagSet
 
fromValue(int, EE...) - Static method in class org.bridj.FlagSet
 
fromValues(E...) - Static method in class org.bridj.FlagSet
 
Fun0<T> - Interface in org.bridj.func
 
Fun1<T,A1> - Interface in org.bridj.func
 
Fun2<T,A1,A2> - Interface in org.bridj.func
 

G

GCC4Demangler - Class in org.bridj.demangling
 
GCC4Demangler(NativeLibrary, String) - Constructor for class org.bridj.demangling.GCC4Demangler
 
GenericCallback - Interface in org.bridj
Generic Java callback to be called from C.
get(long) - Method in class org.bridj.cpp.std.vector
 
get(int) - Method in class org.bridj.cpp.std.vector
 
get() - Method in class org.bridj.Pointer
Dereference this pointer (*ptr).
get(Pointer<T>) - Static method in class org.bridj.Pointer
Returns null if pointer is null, otherwise dereferences the pointer (calls pointer.get()).
get(long) - Method in class org.bridj.Pointer
Gets the n-th element from this pointer.
get(K) - Method in class org.bridj.util.ConcurrentCache
 
get(int) - Method in class org.bridj.util.Tuple
 
GetActiveObject(Pointer<Pointer<IUnknown>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
getActualInstanceClass(Pointer<T>, Type) - Method in interface org.bridj.BridJRuntime
 
getActualInstanceClass(Pointer<T>, Type) - Method in class org.bridj.cpp.CPPRuntime
 
getActualInstanceClass(Pointer<T>, Type) - Method in class org.bridj.cpp.mfc.MFCRuntime
 
getActualInstanceClass(Pointer<T>, Type) - Method in class org.bridj.CRuntime
 
getActualInstanceClass(Pointer<T>, Type) - Method in class org.bridj.cs.dotnet.DotNetRuntime
 
getActualInstanceClass(Pointer<T>, Type) - Method in class org.bridj.cs.mono.MonoRuntime
 
getActualTypeArguments() - Method in class org.bridj.cpp.CPPType
 
getActualTypeArguments() - Method in class org.bridj.util.DefaultParameterizedType
 
getAddress() - Method in class org.bridj.demangling.Demangler.Symbol
 
getAddress(NativeObject, Class) - Static method in class org.bridj.Pointer
Get the address of a native object, specifying the type of the pointer's target (same as pointerTo(instance, targetType).getPeer(), see Pointer.pointerTo(NativeObject, Type)).
getAggregatedFields() - Method in class org.bridj.StructIO
 
GetAltMonthNames(int, Pointer<Pointer<Pointer<Character>>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
getAnnotation(Class<A>) - Method in interface org.bridj.demangling.Demangler.Annotations
 
getAnnotation(Class<A>, AnnotatedElement, Annotation...) - Static method in class org.bridj.util.AnnotationUtils
 
getArgument_atIndex(Pointer<?>, long) - Method in class org.bridj.objc.NSInvocation
 
getArgumentsStackSize() - Method in class org.bridj.demangling.Demangler.MemberRef
 
getArgumentTypeAtIndex(long) - Method in class org.bridj.objc.NSMethodSignature
 
getArray(int) - Method in class org.bridj.Pointer
Read an array of elements from the pointed memory location.
getArray() - Method in class org.bridj.Pointer
Read the array of remaining elements from the pointed memory location.
getArray(Pointer<T>, long, int) - Method in class org.bridj.PointerIO
 
getArrayAtOffset(long, int) - Method in class org.bridj.Pointer
Read an array of elements from the pointed memory location shifted by a byte offset.
getArrayInstance(PointerIO<T>, long[], int) - Static method in class org.bridj.PointerIO
 
getASMSignature() - Method in class org.bridj.MethodCallInfo
 
getBits(long) - Static method in class org.bridj.FlagSet
Isolate bits that are set in the value.
getBlockCallbackType(Class) - Static method in class org.bridj.objc.ObjectiveCRuntime
 
getBoolean() - Method in class org.bridj.Pointer
Read a boolean value from the pointed memory location
getBooleanAtOffset(long) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getBoolean() over this method.
getBooleanField(StructObject, int) - Method in class org.bridj.StructIO
 
getBooleanInstance() - Static method in class org.bridj.PointerIO
 
getBooleans(int) - Method in class org.bridj.Pointer
Read an array of boolean values of the specified length from the pointed memory location
getBooleans() - Method in class org.bridj.Pointer
Read the array of remaining boolean values from the pointed memory location
getBooleansAtOffset(long, int) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getBooleans(int) over this method.
getBuffer(int) - Method in class org.bridj.Pointer
Read an NIO Buffer of elements from the pointed memory location.
getBuffer() - Method in class org.bridj.Pointer
Read the NIO Buffer of remaining elements from the pointed memory location.
getBuffer(Pointer<T>, long, int) - Method in class org.bridj.PointerIO
 
getBufferAtOffset(long, int) - Method in class org.bridj.Pointer
Read an NIO Buffer of elements from the pointed memory location shifted by a byte offset.
getBufferPrimitiveInstance(Buffer) - Static method in class org.bridj.PointerIO
 
getByte() - Method in class org.bridj.Pointer
Read a byte value from the pointed memory location
getByteAtOffset(long) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getByte() over this method.
getByteBuffer(long) - Method in class org.bridj.Pointer
Get a direct buffer of byte values of the specified length that points to this pointer's target memory location shifted by a byte offset
getByteBuffer() - Method in class org.bridj.Pointer
Get a direct buffer of byte values that points to this pointer's target memory location shifted by a byte offset
getByteBufferAtOffset(long, long) - Method in class org.bridj.Pointer
Get a direct buffer of byte values of the specified length that points to this pointer's target memory location shifted by a byte offset
getByteField(StructObject, int) - Method in class org.bridj.StructIO
 
getByteInstance() - Static method in class org.bridj.PointerIO
 
getBytes(int) - Method in class org.bridj.Pointer
Read an array of byte values of the specified length from the pointed memory location
getBytes() - Method in class org.bridj.Pointer
Read the array of remaining byte values from the pointed memory location
getBytes(byte[]) - Method in class org.bridj.Pointer
Read byte values into the specified destination array from the pointed memory location
getBytes(ByteBuffer) - Method in class org.bridj.Pointer
Read byte values into the specified destination buffer from the pointed memory location
getBytesAtOffset(long, int) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getBytes(int) over this method.
getBytesAtOffset(long, byte[], int, int) - Method in class org.bridj.Pointer
Read length byte values into the specified destination array from the pointed memory location shifted by a byte offset, storing values after the provided destination offset.
getCallbackNativeImplementer() - Method in class org.bridj.CRuntime
 
getCallIOs() - Method in class org.bridj.MethodCallInfo
 
getChar() - Method in class org.bridj.Pointer
Read a char value from the pointed memory location
getCharAtOffset(long) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getChar() over this method.
getCharField(StructObject, int) - Method in class org.bridj.StructIO
 
getCharInstance() - Static method in class org.bridj.PointerIO
 
getChars(int) - Method in class org.bridj.Pointer
Read an array of char values of the specified length from the pointed memory location
getChars() - Method in class org.bridj.Pointer
Read the array of remaining char values from the pointed memory location
getCharsAtOffset(long, int) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getChars(int) over this method.
getClass(Type) - Static method in class org.bridj.util.Utils
 
getClassDefiner(ClassDefiner, ClassLoader) - Method in class org.bridj.AndroidSupport
 
getClasses(Type[]) - Static method in class org.bridj.util.Utils
 
getClassLoader() - Static method in class org.bridj.Platform
 
getClassLoader(Class<?>) - Static method in class org.bridj.Platform
 
getCLong() - Method in class org.bridj.Pointer
Read a CLong value from the pointed memory location
getCLongAtOffset(long) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getCLong() over this method.
getCLongField(StructObject, int) - Method in class org.bridj.StructIO
 
getCLongInstance() - Static method in class org.bridj.PointerIO
 
getCLongs() - Method in class org.bridj.Pointer
Read the array of remaining CLong values from the pointed memory location
getCLongs(int) - Method in class org.bridj.Pointer
Read an array of CLong values of the specified length from the pointed memory location
getCLongsAtOffset(long, int) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getCLongs(int) over this method.
getCLSID(Class<I>) - Static method in class org.bridj.cpp.com.COMRuntime
Get the CLSID declared for a class using the CLSID annotation.
getCode() - Method in error org.bridj.LastError
Native error code (as returned by errno or GetLastError()).
GetComponent() - Method in class org.bridj.jawt.JAWT
 
getCPPType(Object...) - Static method in class org.bridj.cpp.CPPType
 
getCPPTypeInfo(Type) - Method in class org.bridj.cpp.CPPRuntime
 
getCString() - Method in class org.bridj.Pointer
Read a C string using the default charset from the pointed memory location (see Pointer.StringType.C).
getCStringAtOffset(long) - Method in class org.bridj.Pointer
Read a C string using the default charset from the pointed memory location shifted by a byte offset (see Pointer.StringType.C).
getCurrentProcessId() - Static method in class org.bridj.util.ProcessUtils
Get the current process native id
getDcCallingConvention() - Method in class org.bridj.MethodCallInfo
 
getDcSignature() - Method in class org.bridj.MethodCallInfo
 
getDeclaringClass() - Method in class org.bridj.MethodCallInfo
 
getDefaultStructSize() - Method in class org.bridj.CRuntime
 
getDescription() - Method in error org.bridj.LastError
Native error description (as returned by strerror or FormatMessage).
getDirectBufferAddress(Buffer) - Static method in class org.bridj.JNI
Deprecated. Get the native address pointed to by a direct buffer.
getDirectBufferCapacity(Buffer) - Static method in class org.bridj.JNI
Deprecated. Get the capacity in bytes of a direct buffer.
getDouble() - Method in class org.bridj.Pointer
Read a double value from the pointed memory location
getDoubleAtOffset(long) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getDouble() over this method.
getDoubleBuffer(long) - Method in class org.bridj.Pointer
Get a direct buffer of double values of the specified length that points to this pointer's target memory location shifted by a byte offset
getDoubleBuffer() - Method in class org.bridj.Pointer
Get a direct buffer of double values that points to this pointer's target memory location shifted by a byte offset
getDoubleBufferAtOffset(long, long) - Method in class org.bridj.Pointer
Get a direct buffer of double values of the specified length that points to this pointer's target memory location shifted by a byte offset
getDoubleField(StructObject, int) - Method in class org.bridj.StructIO
 
getDoubleInstance() - Static method in class org.bridj.PointerIO
 
getDoubles(int) - Method in class org.bridj.Pointer
Read an array of double values of the specified length from the pointed memory location
getDoubles() - Method in class org.bridj.Pointer
Read the array of remaining double values from the pointed memory location
getDoubles(double[]) - Method in class org.bridj.Pointer
Read double values into the specified destination array from the pointed memory location
getDoubles(DoubleBuffer) - Method in class org.bridj.Pointer
Read double values into the specified destination buffer from the pointed memory location
getDoublesAtOffset(long, int) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getDoubles(int) over this method.
getDoublesAtOffset(long, double[], int, int) - Method in class org.bridj.Pointer
Read length double values into the specified destination array from the pointed memory location shifted by a byte offset, storing values after the provided destination offset.
GetDrawingSurface() - Method in class org.bridj.jawt.JAWT
 
GetDrawingSurfaceInfo() - Method in class org.bridj.jawt.JAWT_DrawingSurface
 
getDynamicFunctionFactory(NativeLibrary, Convention.Style, Type, Type...) - Method in class org.bridj.CRuntime
Get a shared factory of native function wrappers that have a given signatures.
getEnclosedConstructorParametersOffset(Constructor) - Static method in class org.bridj.util.Utils
 
getEnclosingType() - Method in class org.bridj.demangling.Demangler.ClassRef
 
getEnclosingType() - Method in class org.bridj.demangling.Demangler.MemberRef
 
getEnumClass() - Method in class org.bridj.FlagSet
 
getEnumField(StructObject, int) - Method in class org.bridj.StructIO
 
getEnv() - Static method in class org.bridj.JNI
Deprecated. 
GetErrorInfo(int, Pointer<Pointer<OLEAutomationLibrary.IErrorInfo>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
getExtraFieldsOfNewClass(Class<?>, Map<String, Type>) - Method in class org.bridj.cpp.mfc.MFCRuntime
 
GetField(Pointer<?>, Pointer<Byte>, Pointer<VARIANT>) - Method in class org.bridj.cpp.com.IRecordInfo
 
GetFieldNames(Pointer<Integer>, Pointer<Pointer<Byte>>) - Method in class org.bridj.cpp.com.IRecordInfo
 
getFieldNames(Class, Class) - Static method in class org.bridj.util.BytecodeAnalyzer
 
GetFieldNoCopy(Pointer<?>, Pointer<Byte>, Pointer<VARIANT>, Pointer<Pointer<?>>) - Method in class org.bridj.cpp.com.IRecordInfo
 
getFirst() - Method in class org.bridj.util.Pair
 
getFirstMatchingSymbol(NativeLibrary.SymbolAccepter) - Method in class org.bridj.NativeLibrary
 
getFloat() - Method in class org.bridj.Pointer
Read a float value from the pointed memory location
getFloatAtOffset(long) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getFloat() over this method.
getFloatBuffer(long) - Method in class org.bridj.Pointer
Get a direct buffer of float values of the specified length that points to this pointer's target memory location shifted by a byte offset
getFloatBuffer() - Method in class org.bridj.Pointer
Get a direct buffer of float values that points to this pointer's target memory location shifted by a byte offset
getFloatBufferAtOffset(long, long) - Method in class org.bridj.Pointer
Get a direct buffer of float values of the specified length that points to this pointer's target memory location shifted by a byte offset
getFloatField(StructObject, int) - Method in class org.bridj.StructIO
 
getFloatInstance() - Static method in class org.bridj.PointerIO
 
getFloats(int) - Method in class org.bridj.Pointer
Read an array of float values of the specified length from the pointed memory location
getFloats() - Method in class org.bridj.Pointer
Read the array of remaining float values from the pointed memory location
getFloats(float[]) - Method in class org.bridj.Pointer
Read float values into the specified destination array from the pointed memory location
getFloats(FloatBuffer) - Method in class org.bridj.Pointer
Read float values into the specified destination buffer from the pointed memory location
getFloatsAtOffset(long, int) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getFloats(int) over this method.
getFloatsAtOffset(long, float[], int, int) - Method in class org.bridj.Pointer
Read length float values into the specified destination array from the pointed memory location shifted by a byte offset, storing values after the provided destination offset.
getForwardedPointer() - Method in class org.bridj.MethodCallInfo
 
getGlobalPointer(Object) - Static method in class org.bridj.JNI
Deprecated.  
GetGuid(Pointer<GUID>) - Method in class org.bridj.cpp.com.IRecordInfo
 
getIdent() - Method in class org.bridj.demangling.Demangler.ClassRef
 
GetIDsOfNames(Pointer, Pointer<Pointer<Character>>, int, int, Pointer<Integer>) - Method in class org.bridj.cpp.com.COMCallableWrapper
 
GetIDsOfNames(Pointer, Pointer<Pointer<Character>>, int, int, Pointer<Integer>) - Method in class org.bridj.cpp.com.IDispatch
 
getIID(Class<I>) - Static method in class org.bridj.cpp.com.COMRuntime
Get the IID declared for a class using the IID annotation.
getInferredCallingConvention() - Method in class org.bridj.demangling.Demangler.Symbol
 
getInheritableAnnotation(Class<A>, AnnotatedElement, Annotation...) - Static method in class org.bridj.util.AnnotationUtils
 
getInstance() - Static method in class org.bridj.cpp.CPPRuntime
 
getInstance() - Static method in class org.bridj.CRuntime
 
getInstance() - Static method in class org.bridj.objc.ObjectiveCRuntime
 
getInstance(StructIO) - Static method in class org.bridj.PointerIO
 
getInstance(Type) - Static method in class org.bridj.PointerIO
 
getInstance(Type) - Static method in class org.bridj.StructIO
 
getInstance(Class, Type) - Static method in class org.bridj.StructIO
 
getInt() - Method in class org.bridj.Pointer
Read a int value from the pointed memory location
getIntAtOffset(long) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getInt() over this method.
getIntBuffer(long) - Method in class org.bridj.Pointer
Get a direct buffer of int values of the specified length that points to this pointer's target memory location shifted by a byte offset
getIntBuffer() - Method in class org.bridj.Pointer
Get a direct buffer of int values that points to this pointer's target memory location shifted by a byte offset
getIntBufferAtOffset(long, long) - Method in class org.bridj.Pointer
Get a direct buffer of int values of the specified length that points to this pointer's target memory location shifted by a byte offset
getIntField(StructObject, int) - Method in class org.bridj.StructIO
 
getIntInstance() - Static method in class org.bridj.PointerIO
 
getInts(int) - Method in class org.bridj.Pointer
Read an array of int values of the specified length from the pointed memory location
getInts() - Method in class org.bridj.Pointer
Read the array of remaining int values from the pointed memory location
getInts(int[]) - Method in class org.bridj.Pointer
Read int values into the specified destination array from the pointed memory location
getInts(IntBuffer) - Method in class org.bridj.Pointer
Read int values into the specified destination buffer from the pointed memory location
getIntsAtOffset(long, int) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getInts(int) over this method.
getIntsAtOffset(long, int[], int, int) - Method in class org.bridj.Pointer
Read length int values into the specified destination array from the pointed memory location shifted by a byte offset, storing values after the provided destination offset.
getInvocationTarget() - Method in class org.bridj.objc.ObjCProxy
 
getIO() - Method in class org.bridj.Pointer
Get the PointerIO instance used by this pointer to get and set pointed values.
getJavaCallback() - Method in class org.bridj.MethodCallInfo
 
getJavaObjectFromNativePeer(long) - Static method in class org.bridj.BridJ
 
getJavaSignature() - Method in class org.bridj.MethodCallInfo
 
getJAWT(JawtLibrary.JNIEnv) - Static method in class org.bridj.jawt.JAWTUtils
 
getJNIEnv() - Static method in class org.bridj.jawt.JAWTUtils
 
getJVM() - Static method in class org.bridj.JNI
Deprecated. 
getKey() - Method in class org.bridj.util.Pair
 
getLibrary() - Method in class org.bridj.demangling.Demangler.Symbol
 
getLong() - Method in class org.bridj.Pointer
Read a long value from the pointed memory location
getLongAtOffset(long) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getLong() over this method.
getLongBuffer(long) - Method in class org.bridj.Pointer
Get a direct buffer of long values of the specified length that points to this pointer's target memory location shifted by a byte offset
getLongBuffer() - Method in class org.bridj.Pointer
Get a direct buffer of long values that points to this pointer's target memory location shifted by a byte offset
getLongBufferAtOffset(long, long) - Method in class org.bridj.Pointer
Get a direct buffer of long values of the specified length that points to this pointer's target memory location shifted by a byte offset
getLongField(StructObject, int) - Method in class org.bridj.StructIO
 
getLongInstance() - Static method in class org.bridj.PointerIO
 
getLongs(int) - Method in class org.bridj.Pointer
Read an array of long values of the specified length from the pointed memory location
getLongs() - Method in class org.bridj.Pointer
Read the array of remaining long values from the pointed memory location
getLongs(long[]) - Method in class org.bridj.Pointer
Read long values into the specified destination array from the pointed memory location
getLongs(LongBuffer) - Method in class org.bridj.Pointer
Read long values into the specified destination buffer from the pointed memory location
getLongsAtOffset(long, int) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getLongs(int) over this method.
getLongsAtOffset(long, long[], int, int) - Method in class org.bridj.Pointer
Read length long values into the specified destination array from the pointed memory location shifted by a byte offset, storing values after the provided destination offset.
getMachine() - Static method in class org.bridj.Platform
Machine (as returned by `uname -m`, except for i686 which is actually i386), adjusted to the JVM platform (32 or 64 bits)
getMemberName() - Method in class org.bridj.demangling.Demangler.MemberRef
 
getMemoryOperators() - Method in class org.bridj.cpp.CPPRuntime
 
getMethod() - Method in class org.bridj.MethodCallInfo
 
getMethodAndSignature(SEL) - Method in class org.bridj.objc.ObjCProxy
 
getMethodName(Method) - Static method in class org.bridj.demangling.Demangler
 
getMethodNames(Class, Class) - Static method in class org.bridj.util.BytecodeAnalyzer
 
getMethodSignature(Method) - Method in class org.bridj.objc.ObjectiveCRuntime
 
getMethodSignature(Type, Type...) - Method in class org.bridj.objc.ObjectiveCRuntime
 
GetName(Pointer<Pointer<Byte>>) - Method in class org.bridj.cpp.com.IRecordInfo
 
getName() - Method in class org.bridj.demangling.Demangler.Symbol
 
getName() - Method in class org.bridj.objc.SEL
 
getNativeEntities(AnnotatedElement) - Static method in class org.bridj.BridJ
 
getNativeLibrary(AnnotatedElement) - Static method in class org.bridj.BridJ
 
getNativeLibrary(String) - Static method in class org.bridj.BridJ
Loads the library with the name provided in argument (see BridJ.getNativeLibraryFile(String))
getNativeLibrary(String, File) - Static method in class org.bridj.BridJ
Loads the shared library file under the provided name.
getNativeLibraryFile(String) - Static method in class org.bridj.BridJ
Given a library name (e.g.
getNativeLibraryName(AnnotatedElement) - Static method in class org.bridj.BridJ
Gets the name of the library declared for an annotated element.
getNativeMethodSignatures(Class) - Static method in class org.bridj.util.BytecodeAnalyzer
Returns array of String[] { declaringClassInternalName, methodName, signature }
getNativeMethodSignatures(String, ClassLoader) - Static method in class org.bridj.util.BytecodeAnalyzer
Returns array of String[] { declaringClassInternalName, methodName, signature }
getNativeName(Class) - Static method in class org.bridj.util.JNIUtils
 
getNativeObject(Class<O>) - Method in class org.bridj.Pointer
Read a native object value from the pointed memory location
getNativeObject(Type) - Method in class org.bridj.Pointer
Read a native object value from the pointed memory location
getNativeObjectAtOffset(long, Type) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getNativeObject(Type) over this method.
getNativeObjectAtOffset(long, Class<O>) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getNativeObject(Class) over this method.
getNativeObjectField(StructObject, int) - Method in class org.bridj.StructIO
 
getNativePeerHandle(Component) - Static method in class org.bridj.jawt.JAWTUtils
 
getNativeSignature(Method) - Static method in class org.bridj.util.JNIUtils
 
getNativeSignature(Class) - Static method in class org.bridj.util.JNIUtils
 
getObjCClass(String) - Static method in class org.bridj.objc.ObjectiveCRuntime
 
getObjects_andKeys(Pointer<Pointer<NSObject>>, Pointer<Pointer<NSObject>>) - Method in class org.bridj.objc.NSDictionary
 
getOrphanEntities() - Static method in class org.bridj.BridJ
 
getOverriddenVirtualMethods(Map<String, Pointer<?>>) - Method in class org.bridj.cpp.mfc.MFCRuntime
 
getOwnerType() - Method in class org.bridj.cpp.CPPType
 
getOwnerType() - Method in class org.bridj.util.DefaultParameterizedType
 
getParent(Type) - Static method in class org.bridj.util.Utils
 
getParsedRef() - Method in class org.bridj.demangling.Demangler.Symbol
 
getPeer() - Method in class org.bridj.Pointer
Get the address of the memory pointed to by this pointer ("cast this pointer to long", in C jargon).
getPeer(Pointer<?>) - Static method in class org.bridj.Pointer
Get a pointer's peer (see Pointer.getPeer()), or zero if the pointer is null.
getPointer() - Method in interface org.bridj.NativeList
Returns a pointer to this list, which is does not necessarily point to the first element of the list.
getPointer() - Method in class org.bridj.Pointer
Deprecated. Avoid using untyped pointers, if possible.
getPointer(Class<U>) - Method in class org.bridj.Pointer
Read a pointer value from the pointed memory location.
getPointer(PointerIO<U>) - Method in class org.bridj.Pointer
Read a pointer value from the pointed memory location
getPointerAtOffset(long) - Method in class org.bridj.Pointer
Read a pointer value from the pointed memory location shifted by a byte offset
getPointerAtOffset(long, Class<U>) - Method in class org.bridj.Pointer
Read a pointer value from the pointed memory location shifted by a byte offset
getPointerAtOffset(long, Type) - Method in class org.bridj.Pointer
Read a pointer value from the pointed memory location shifted by a byte offset
getPointerAtOffset(long, PointerIO<U>) - Method in class org.bridj.Pointer
Read a pointer value from the pointed memory location shifted by a byte offset
getPointerField(StructObject, int) - Method in class org.bridj.StructIO
 
getPointerInstance(Type) - Static method in class org.bridj.PointerIO
 
getPointerInstance(PointerIO<T>) - Static method in class org.bridj.PointerIO
 
getPointerInstance() - Static method in class org.bridj.PointerIO
 
getPointerIO() - Method in class org.bridj.StructIO
 
getPointers() - Method in class org.bridj.Pointer
Deprecated. Use a typed version instead : Pointer.getPointersAtOffset(long, int, Type), Pointer.getPointersAtOffset(long, int, Class) or Pointer.getPointersAtOffset(long, int, PointerIO)
getPointers(int) - Method in class org.bridj.Pointer
Deprecated. Use a typed version instead : Pointer.getPointersAtOffset(long, int, Type), Pointer.getPointersAtOffset(long, int, Class) or Pointer.getPointersAtOffset(long, int, PointerIO)
getPointersAtOffset(long, int) - Method in class org.bridj.Pointer
Deprecated. Use a typed version instead : Pointer.getPointersAtOffset(long, int, Type), Pointer.getPointersAtOffset(long, int, Class) or Pointer.getPointersAtOffset(long, int, PointerIO)
getPointersAtOffset(long, int, Type) - Method in class org.bridj.Pointer
Read an array of pointer values from the pointed memory location shifted by a byte offset
getPointersAtOffset(long, int, Class<U>) - Method in class org.bridj.Pointer
Read an array of pointer values from the pointed memory location shifted by a byte offset
getPointersAtOffset(long, int, PointerIO) - Method in class org.bridj.Pointer
Read an array of pointer values from the pointed memory location shifted by a byte offset
getPositionInVirtualTable(Pointer<Pointer<?>>, Method, NativeLibrary) - Method in class org.bridj.cpp.CPPRuntime
 
getQualifiedName(StringBuilder, boolean) - Method in class org.bridj.demangling.Demangler.ClassRef
 
getQualifiedName(StringBuilder, boolean) - Method in class org.bridj.demangling.Demangler.FunctionTypeRef
 
getQualifiedName(StringBuilder, boolean) - Method in class org.bridj.demangling.Demangler.JavaTypeRef
 
getQualifiedName(StringBuilder, boolean) - Method in class org.bridj.demangling.Demangler.NamespaceRef
 
getQualifiedName(StringBuilder, boolean) - Method in class org.bridj.demangling.Demangler.PointerTypeRef
 
getQualifiedName(StringBuilder, boolean) - Method in class org.bridj.demangling.Demangler.TypeRef
 
getRawType() - Method in class org.bridj.cpp.CPPType
 
getRawType() - Method in class org.bridj.util.DefaultParameterizedType
 
GetRecordInfoFromGuids(Pointer<GUID>, int, int, int, Pointer<GUID>, Pointer<Pointer<IRecordInfo>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
GetRecordInfoFromTypeInfo(Pointer<ITypeInfo>, Pointer<Pointer<IRecordInfo>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
getRef() - Method in class org.bridj.demangling.Demangler.Symbol
 
getReference() - Method in class org.bridj.Pointer
Returns a pointer to this pointer.
getReturnValue(Pointer<?>) - Method in class org.bridj.objc.NSInvocation
 
getRuntime(Class<?>) - Static method in class org.bridj.BridJ
Get the runtime associated with a class (using the Runtime annotation, if any, looking up parents and defaulting to CRuntime).
getRuntime() - Method in interface org.bridj.BridJRuntime.TypeInfo
 
getRuntime() - Method in class org.bridj.CRuntime.CTypeInfo
 
getRuntimeByRuntimeClass(Class<R>) - Static method in class org.bridj.BridJ
 
getRuntimeClass(Class<?>) - Static method in class org.bridj.BridJ
Get the runtime class associated with a class (using the Runtime annotation, if any, looking up parents and defaulting to CRuntime).
GetRuntimeClass() - Method in class org.bridj.cpp.mfc.CObject
 
getSecond() - Method in class org.bridj.util.Pair
 
getSelector(Method) - Method in class org.bridj.objc.ObjectiveCRuntime
 
getShort() - Method in class org.bridj.Pointer
Read a short value from the pointed memory location
getShortAtOffset(long) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getShort() over this method.
getShortBuffer(long) - Method in class org.bridj.Pointer
Get a direct buffer of short values of the specified length that points to this pointer's target memory location shifted by a byte offset
getShortBuffer() - Method in class org.bridj.Pointer
Get a direct buffer of short values that points to this pointer's target memory location shifted by a byte offset
getShortBufferAtOffset(long, long) - Method in class org.bridj.Pointer
Get a direct buffer of short values of the specified length that points to this pointer's target memory location shifted by a byte offset
getShortField(StructObject, int) - Method in class org.bridj.StructIO
 
getShortInstance() - Static method in class org.bridj.PointerIO
 
getShorts(int) - Method in class org.bridj.Pointer
Read an array of short values of the specified length from the pointed memory location
getShorts() - Method in class org.bridj.Pointer
Read the array of remaining short values from the pointed memory location
getShorts(short[]) - Method in class org.bridj.Pointer
Read short values into the specified destination array from the pointed memory location
getShorts(ShortBuffer) - Method in class org.bridj.Pointer
Read short values into the specified destination buffer from the pointed memory location
getShortsAtOffset(long, int) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getShorts(int) over this method.
getShortsAtOffset(long, short[], int, int) - Method in class org.bridj.Pointer
Read length short values into the specified destination array from the pointed memory location shifted by a byte offset, storing values after the provided destination offset.
GetSize(Pointer<Integer>) - Method in class org.bridj.cpp.com.IRecordInfo
 
getSizeT() - Method in class org.bridj.Pointer
Read a SizeT value from the pointed memory location
getSizeTAtOffset(long) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getSizeT() over this method.
getSizeTField(StructObject, int) - Method in class org.bridj.StructIO
 
getSizeTInstance() - Static method in class org.bridj.PointerIO
 
getSizeTs() - Method in class org.bridj.Pointer
Read the array of remaining SizeT values from the pointed memory location
getSizeTs(int) - Method in class org.bridj.Pointer
Read an array of SizeT values of the specified length from the pointed memory location
getSizeTsAtOffset(long, int) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.getSizeTs(int) over this method.
getString() - Method in class org.bridj.demangling.Demangler
 
getString(Pointer.StringType) - Method in class org.bridj.Pointer
Read a native string from the pointed memory location using the default charset.
getString(Pointer.StringType, Charset) - Method in class org.bridj.Pointer
Read a native string from the pointed memory location, using the provided charset or the system's default if not provided.
getStringAtOffset(long, Pointer.StringType, Charset) - Method in class org.bridj.Pointer
Read a native string from the pointed memory location shifted by a byte offset, using the provided charset or the system's default if not provided.
getStringInstance() - Static method in class org.bridj.PointerIO
 
getStructAlignment() - Method in class org.bridj.StructIO
 
getStructClass() - Method in class org.bridj.StructIO
 
getStructSize() - Method in class org.bridj.StructIO
 
getStructType() - Method in class org.bridj.StructIO
 
getStyle() - Method in class org.bridj.demangling.Demangler.Symbol
 
getSymbol() - Method in class org.bridj.demangling.Demangler.Symbol
 
getSymbol(AnnotatedElement) - Method in class org.bridj.NativeLibrary
 
getSymbol(long) - Method in class org.bridj.NativeLibrary
 
getSymbol(String) - Method in class org.bridj.NativeLibrary
 
getSymbolAddress(String) - Method in class org.bridj.NativeLibrary
 
getSymbolByAddress(long) - Static method in class org.bridj.BridJ
 
getSymbolName() - Method in class org.bridj.MethodCallInfo
 
getSymbolName(long) - Method in class org.bridj.NativeLibrary
 
getSymbolPointer(String) - Method in class org.bridj.NativeLibrary
 
getSymbols() - Method in class org.bridj.NativeLibrary
 
getTargetAlignment() - Method in class org.bridj.PointerIO
 
getTargetSize() - Method in class org.bridj.Pointer
Get the unitary size of the pointed elements in bytes.
getTargetSize() - Method in class org.bridj.PointerIO
 
getTargetType() - Method in class org.bridj.Pointer
Get the type of pointed elements.
getTargetType() - Method in class org.bridj.PointerIO
 
getTemplateParameters(CPPObject, Class<?>) - Method in class org.bridj.cpp.CPPRuntime
 
getTemplateParameters() - Method in class org.bridj.cpp.CPPType
 
getTime() - Method in class org.bridj.TimeT.timeval
 
getType(NativeObject) - Method in class org.bridj.AbstractBridJRuntime
 
getType(NativeObject) - Method in interface org.bridj.BridJRuntime
 
getType() - Method in interface org.bridj.BridJRuntime.TypeInfo
 
getType() - Method in class org.bridj.CRuntime.CTypeInfo
 
getTypedPointerClass() - Method in class org.bridj.PointerIO
 
getTypedPointerField(StructObject, int) - Method in class org.bridj.StructIO
 
getTypeForCast(Type) - Method in class org.bridj.CRuntime
 
getTypeInfo(Type) - Method in interface org.bridj.BridJRuntime
 
GetTypeInfo(int, int, Pointer<Pointer<ITypeInfo>>) - Method in class org.bridj.cpp.com.COMCallableWrapper
 
GetTypeInfo(int, int, Pointer<Pointer<ITypeInfo>>) - Method in class org.bridj.cpp.com.IDispatch
 
GetTypeInfo(Pointer<Pointer<ITypeInfo>>) - Method in class org.bridj.cpp.com.IRecordInfo
 
getTypeInfo(Type) - Method in class org.bridj.cpp.CPPRuntime
 
getTypeInfo(Type) - Method in class org.bridj.CRuntime
 
getTypeInfo(Type) - Method in class org.bridj.cs.dotnet.DotNetRuntime
 
getTypeInfo(Type) - Method in class org.bridj.cs.mono.MonoRuntime
 
getTypeInfo(Type) - Method in class org.bridj.objc.ObjectiveCRuntime
 
GetTypeInfoCount(Pointer<Integer>) - Method in class org.bridj.cpp.com.COMCallableWrapper
 
GetTypeInfoCount(Pointer<Integer>) - Method in class org.bridj.cpp.com.IDispatch
 
getUniqueParameterizedTypeParameter(Type) - Static method in class org.bridj.util.Utils
 
getValidBytes() - Method in class org.bridj.Pointer
Get the amount of memory known to be valid from this pointer, or -1 if it is unknown.
getValidElements() - Method in class org.bridj.Pointer
Get the amount of memory known to be valid from this pointer (expressed in elements of the target type, see Pointer.getTargetType()) or -1 if it is unknown.
getValue(VARIANT) - Static method in class org.bridj.cpp.com.COMRuntime
Convert the VARIANT value to an equivalent Java value.
getValue() - Method in class org.bridj.cpp.com.VARIANT
 
getValue() - Method in class org.bridj.util.Pair
 
getValueType() - Method in class org.bridj.demangling.Demangler.MemberRef
 
getValueType(int, int, Class<?>, Type, AnnotatedElement, Annotation...) - Method in class org.bridj.MethodCallInfo
 
getVirtualIndex() - Method in class org.bridj.MethodCallInfo
 
getVirtualMethodsCount(Class<?>) - Method in class org.bridj.cpp.CPPRuntime
 
getWideCString() - Method in class org.bridj.Pointer
Read a WideC string using the default charset from the pointed memory location (see Pointer.StringType.WideC).
getWideCStringAtOffset(long) - Method in class org.bridj.Pointer
Read a WideC string using the default charset from the pointed memory location shifted by a byte offset (see Pointer.StringType.WideC).
GUID - Class in org.bridj.cpp.com
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
GUID() - Constructor for class org.bridj.cpp.com.GUID
 
guid() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.CUSTDATAITEM
 

H

has(E...) - Method in class org.bridj.FlagSet
Tests if the flagset value is contains the OR combination of all the given values combined with bitwise OR operations.
hasCallingConvention() - Method in class org.bridj.MethodCallInfo
 
hash() - Method in class org.bridj.objc.ObjCObject
 
hashCode() - Method in class org.bridj.cpp.CPPType
 
hashCode() - Method in class org.bridj.FlagSet
 
hashCode() - Method in class org.bridj.objc.NSString
 
hashCode() - Method in class org.bridj.objc.ObjCObject
 
hashCode() - Method in class org.bridj.objc.SEL
 
hashCode() - Method in class org.bridj.Pointer
Compute a hash code based on pointed address.
hashCode() - Method in class org.bridj.util.DefaultParameterizedType
 
hashCode() - Method in class org.bridj.util.Pair
 
hashCode() - Method in class org.bridj.util.Tuple
 
HeadersReconstructor - Class in org.bridj
Unfinished experiment to (partially) reconstruct a header out of parsed shared libraries symbols.
HeadersReconstructor() - Constructor for class org.bridj.HeadersReconstructor
 
height() - Method in class org.bridj.jawt.JAWT_Rectangle
 
Hi32() - Method in class org.bridj.cpp.com.DECIMAL
 
Hi32(int) - Method in class org.bridj.cpp.com.DECIMAL
 
Hi32_$eq(int) - Method in class org.bridj.cpp.com.DECIMAL
 
hIcon() - Method in class org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTON
 
hIcon(Pointer<?>) - Method in class org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTON
 
HrInit() - Method in class org.bridj.cpp.com.shell.ITaskbarList
 

I

iBitmap() - Method in class org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTON
 
iBitmap(int) - Method in class org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTON
 
IClassFactory - Class in org.bridj.cpp.com
 
IClassFactory() - Constructor for class org.bridj.cpp.com.IClassFactory
 
ID_APP_ABOUT - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_APP_EXIT - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_CONTEXT_HELP - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_DEFAULT_HELP - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_DEFAULTINST - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
ID_EDIT_CLEAR - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_EDIT_CLEAR_ALL - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_EDIT_COPY - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_EDIT_CUT - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_EDIT_FIND - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_EDIT_PASTE - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_EDIT_PASTE_LINK - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_EDIT_PASTE_SPECIAL - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_EDIT_REDO - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_EDIT_REPEAT - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_EDIT_REPLACE - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_EDIT_SELECT_ALL - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_EDIT_UNDO - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_CLOSE - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_MRU_FILE1 - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_MRU_FILE10 - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_MRU_FILE11 - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_MRU_FILE12 - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_MRU_FILE13 - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_MRU_FILE14 - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_MRU_FILE15 - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_MRU_FILE16 - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_MRU_FILE2 - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_MRU_FILE3 - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_MRU_FILE4 - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_MRU_FILE5 - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_MRU_FILE6 - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_MRU_FILE7 - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_MRU_FILE8 - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_MRU_FILE9 - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_MRU_FIRST - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_MRU_LAST - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_NEW - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_NEW_FRAME - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_OPEN - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_PAGE_SETUP - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_PRINT - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_PRINT_DIRECT - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_PRINT_PREVIEW - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_PRINT_SETUP - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_SAVE - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_SAVE_AS - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_SAVE_COPY_AS - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_SEND_MAIL - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FILE_UPDATE - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_FORMAT_FONT - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_HELP - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_HELP_FINDER - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_HELP_INDEX - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_HELP_USING - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_NEXT_PANE - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_OLE_EDIT_CHANGE_ICON - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_OLE_EDIT_CONVERT - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_OLE_EDIT_LINKS - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_OLE_EDIT_PROPERTIES - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_OLE_INSERT_NEW - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_OLE_VERB_FIRST - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_OLE_VERB_LAST - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_PREV_PANE - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_RECORD_FIRST - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_RECORD_LAST - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_RECORD_NEXT - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_RECORD_PREV - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_VIEW_AUTOARRANGE - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_VIEW_BYNAME - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_VIEW_DETAILS - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_VIEW_LARGEICON - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_VIEW_LINEUP - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_VIEW_LIST - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_VIEW_REBAR - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_VIEW_SMALLICON - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_VIEW_STATUS_BAR - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_VIEW_TOOLBAR - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_WINDOW_ARRANGE - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_WINDOW_CASCADE - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_WINDOW_NEW - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_WINDOW_SPLIT - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_WINDOW_TILE_HORZ - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
ID_WINDOW_TILE_VERT - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
IDC_STATIC - Static variable in interface org.bridj.cpp.mfc.StandardAfxCommands
 
IDispatch - Class in org.bridj.cpp.com
 
IDispatch() - Constructor for class org.bridj.cpp.com.IDispatch
 
IDispatch.DISPPARAMS - Class in org.bridj.cpp.com
 
IDispatch.DISPPARAMS() - Constructor for class org.bridj.cpp.com.IDispatch.DISPPARAMS
 
IDispatch.EXCEPINFO - Class in org.bridj.cpp.com
 
IDispatch.EXCEPINFO() - Constructor for class org.bridj.cpp.com.IDispatch.EXCEPINFO
 
IID - Annotation Type in org.bridj.cpp.com
 
iId() - Method in class org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTON
 
iId(int) - Method in class org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTON
 
iMeth() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
Vtable index of the method
C type : UINT
iMeth(int) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
Vtable index of the method
C type : UINT
iMeth_$eq(int) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
 
IMP - Class in org.bridj.objc
 
IMP(long) - Constructor for class org.bridj.objc.IMP
 
IMP(Pointer<?>) - Constructor for class org.bridj.objc.IMP
 
implode(StringBuilder, Object[], String) - Static method in class org.bridj.demangling.Demangler
 
implode(StringBuilder, Iterable<?>, String) - Static method in class org.bridj.demangling.Demangler
 
implode(double[], String) - Static method in class org.bridj.util.StringUtils
 
implode(Object[]) - Static method in class org.bridj.util.StringUtils
 
implode(Object[], Object) - Static method in class org.bridj.util.StringUtils
 
implode(Iterable<T>, Object) - Static method in class org.bridj.util.StringUtils
 
implode(Iterable<?>) - Static method in class org.bridj.util.StringUtils
 
init() - Method in class org.bridj.objc.ObjCObject
 
initialize(T) - Method in interface org.bridj.BridJRuntime.TypeInfo
 
initialize(T, Pointer) - Method in interface org.bridj.BridJRuntime.TypeInfo
 
initialize(T, int, Object[]) - Method in interface org.bridj.BridJRuntime.TypeInfo
 
initialize() - Static method in class org.bridj.cpp.com.COMRuntime
Initialize COM the current thread (uninitialization is done automatically upon thread death).
initialize(T, int, Object...) - Method in class org.bridj.cpp.CPPRuntime.CPPTypeInfo
 
initialize(T) - Method in class org.bridj.CRuntime.CTypeInfo
 
initialize(T, Pointer) - Method in class org.bridj.CRuntime.CTypeInfo
 
initialize(T, int, Object...) - Method in class org.bridj.CRuntime.CTypeInfo
 
initLibrary() - Static method in class org.bridj.Platform
 
instanceMethodFor(SEL) - Method in class org.bridj.objc.ObjCClass
 
instancesRespondTo(SEL) - Method in class org.bridj.objc.ObjCClass
 
int64() - Method in class org.bridj.cpp.com.CY
 
int64(long) - Method in class org.bridj.cpp.com.CY
 
int64_$eq(long) - Method in class org.bridj.cpp.com.CY
 
intEnumType(Class<? extends IntValuedEnum<E>>) - Static method in class org.bridj.Pointer
Create a IntValuedEnum<T> type.
intVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_INT
C type : INT
intVal(int) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_INT
C type : INT
intVal_$eq(int) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
intValue() - Method in class org.bridj.objc.NSNumber
 
IntValuedEnum<E extends Enum<E>> - Interface in org.bridj
Interface for Java enumerations that have an int value associated.
Invoke(int, Pointer<Byte>, int, short, Pointer<IDispatch.DISPPARAMS>, Pointer<VARIANT>, Pointer<IDispatch.EXCEPINFO>, Pointer<Integer>) - Method in class org.bridj.cpp.com.COMCallableWrapper
 
Invoke(int, Pointer<Byte>, int, short, Pointer<IDispatch.DISPPARAMS>, Pointer<VARIANT>, Pointer<IDispatch.EXCEPINFO>, Pointer<Integer>) - Method in class org.bridj.cpp.com.IDispatch
 
invoke(Pointer<JAWT_DrawingSurface>) - Method in class org.bridj.jawt.JAWT.FreeDrawingSurface_callback
 
invoke(Pointer<JawtLibrary.JNIEnv>, Pointer<?>) - Method in class org.bridj.jawt.JAWT.GetComponent_callback
 
invoke(Pointer<JawtLibrary.JNIEnv>, Pointer<?>) - Method in class org.bridj.jawt.JAWT.GetDrawingSurface_callback
 
invoke(Pointer<JawtLibrary.JNIEnv>) - Method in class org.bridj.jawt.JAWT.Lock_callback
 
invoke(Pointer<JawtLibrary.JNIEnv>) - Method in class org.bridj.jawt.JAWT.Unlock_callback
 
invoke(Pointer<JAWT_DrawingSurfaceInfo>) - Method in class org.bridj.jawt.JAWT_DrawingSurface.FreeDrawingSurfaceInfo_callback
 
invoke(Pointer<JAWT_DrawingSurface>) - Method in class org.bridj.jawt.JAWT_DrawingSurface.GetDrawingSurfaceInfo_callback
 
invoke(Pointer<JAWT_DrawingSurface>) - Method in class org.bridj.jawt.JAWT_DrawingSurface.Lock_callback
 
invoke(Pointer<JAWT_DrawingSurface>) - Method in class org.bridj.jawt.JAWT_DrawingSurface.Unlock_callback
 
IRecordInfo - Class in org.bridj.cpp.com
native declaration : line 176
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
IRecordInfo() - Constructor for class org.bridj.cpp.com.IRecordInfo
 
is(E...) - Method in class org.bridj.FlagSet
Tests if the flagset value is equal to the OR combination of all the given values combined with bitwise OR operations.
is64Bits() - Static method in class org.bridj.Platform
 
isAbsolutePath() - Method in class org.bridj.objc.NSString
 
isAligned() - Method in class org.bridj.Pointer
Check that the pointer's peer is aligned to the target type alignment.
isAligned(long) - Method in class org.bridj.Pointer
Check that the pointer's peer is aligned to the given alignment.
isAmd64Arch() - Static method in class org.bridj.Platform
 
isAndroid() - Static method in class org.bridj.Platform
 
isAnnotationPresent(Class<? extends Annotation>) - Method in interface org.bridj.demangling.Demangler.Annotations
 
isAnnotationPresent(Class<? extends Annotation>, Annotation...) - Static method in class org.bridj.util.AnnotationUtils
 
isAnnotationPresent(Class<? extends Annotation>, AnnotatedElement, Annotation...) - Static method in class org.bridj.util.AnnotationUtils
 
isArm() - Static method in class org.bridj.Platform
 
isArray - Variable in class org.bridj.StructIO.FieldDesc
 
isAvailable() - Method in interface org.bridj.BridJRuntime
 
isAvailable() - Method in class org.bridj.CRuntime
 
isAvailable() - Method in class org.bridj.cs.dotnet.DotNetRuntime
 
isAvailable() - Method in class org.bridj.cs.mono.MonoRuntime
 
isAvailable() - Method in class org.bridj.objc.ObjectiveCRuntime
 
isBSD() - Static method in class org.bridj.Platform
 
isCastingNativeObjectInCurrentThread() - Static method in class org.bridj.BridJ
Deprecated. 
isCastingNativeObjectReturnTypeInCurrentThread() - Static method in class org.bridj.BridJ
Deprecated. 
IsDerivedFrom(Pointer<CRuntimeClass>) - Method in class org.bridj.cpp.mfc.CRuntimeClass
 
isDirect(Buffer) - Static method in class org.bridj.util.Utils
 
isDirectModeEnabled() - Static method in class org.bridj.BridJ
Query direct mode.
isEmpty() - Method in class org.bridj.util.Pair
 
isEqual(Pointer<? extends ObjCObject>) - Method in class org.bridj.objc.ObjCObject
 
isEqualToNumber(Pointer<NSNumber>) - Method in class org.bridj.objc.NSNumber
 
isFull() - Method in class org.bridj.util.Pair
 
isFunction() - Method in enum org.bridj.demangling.Demangler.SpecialName
 
isGenericCallback() - Method in class org.bridj.MethodCallInfo
 
IShellFolder - Class in org.bridj.cpp.com.shell
 
IShellFolder() - Constructor for class org.bridj.cpp.com.shell.IShellFolder
 
IShellWindows - Class in org.bridj.cpp.com.shell
IShellWindows provides access to the collection of open Shell windows (see @see http://msdn.microsoft.com/en-us/library/cc836570(VS.85).aspx)
IShellWindows() - Constructor for class org.bridj.cpp.com.shell.IShellWindows
 
IsKindOf(Pointer<CRuntimeClass>) - Method in class org.bridj.cpp.mfc.CObject
 
isKindOf(Pointer<? extends ObjCObject>) - Method in class org.bridj.objc.ObjCObject
 
isKindOfClassNamed(Pointer<Byte>) - Method in class org.bridj.objc.ObjCObject
 
isLinux() - Static method in class org.bridj.Platform
 
isMacOSX() - Static method in class org.bridj.Platform
 
IsMatchingType(Pointer<IRecordInfo>) - Method in class org.bridj.cpp.com.IRecordInfo
 
isMember() - Method in enum org.bridj.demangling.Demangler.SpecialName
 
isMemberOf(Pointer<? extends ObjCObject>) - Method in class org.bridj.objc.ObjCObject
 
isMemberOfClassNamed(Pointer<Byte>) - Method in class org.bridj.objc.ObjCObject
 
isMSVC() - Method in class org.bridj.NativeLibrary
 
isNativeObject - Variable in class org.bridj.StructIO.FieldDesc
 
isOneway() - Method in class org.bridj.objc.NSMethodSignature
 
isOverridenSignature(Type[], Type[], int) - Static method in class org.bridj.AbstractBridJRuntime
 
isSignedIntegral(Type) - Static method in class org.bridj.util.Utils
 
isSolaris() - Static method in class org.bridj.Platform
 
isSparc() - Static method in class org.bridj.Platform
 
isTypedPointer() - Method in class org.bridj.PointerIO
 
isUnix() - Static method in class org.bridj.Platform
 
isVirtualTable() - Method in class org.bridj.demangling.Demangler.Symbol
 
isWindows() - Static method in class org.bridj.Platform
 
isWindows7() - Static method in class org.bridj.Platform
 
ITaskbarList - Class in org.bridj.cpp.com.shell
 
ITaskbarList() - Constructor for class org.bridj.cpp.com.shell.ITaskbarList
 
ITaskbarList2 - Class in org.bridj.cpp.com.shell
 
ITaskbarList2() - Constructor for class org.bridj.cpp.com.shell.ITaskbarList2
 
ITaskbarList3 - Class in org.bridj.cpp.com.shell
 
ITaskbarList3() - Constructor for class org.bridj.cpp.com.shell.ITaskbarList3
 
ITaskbarList3.RECT - Class in org.bridj.cpp.com.shell
 
ITaskbarList3.RECT() - Constructor for class org.bridj.cpp.com.shell.ITaskbarList3.RECT
 
ITaskbarList3.TbpFlag - Enum in org.bridj.cpp.com.shell
 
ITaskbarList3.THUMBBUTTON - Class in org.bridj.cpp.com.shell
 
ITaskbarList3.THUMBBUTTON() - Constructor for class org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTON
 
ITaskbarList3.THUMBBUTTONFLAGS - Enum in org.bridj.cpp.com.shell
 
ITaskbarList3.THUMBBUTTONMASK - Enum in org.bridj.cpp.com.shell
 
iterator() - Method in enum org.bridj.cpp.com.OLEAutomationLibrary.CALLCONV
 
iterator() - Method in enum org.bridj.cpp.com.OLEAutomationLibrary.REGKIND
 
iterator() - Method in enum org.bridj.cpp.com.OLEAutomationLibrary.SYSKIND
 
iterator() - Method in enum org.bridj.cpp.com.shell.ITaskbarList3.TbpFlag
 
iterator() - Method in enum org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTONFLAGS
 
iterator() - Method in enum org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTONMASK
 
iterator() - Method in enum org.bridj.cpp.com.VARENUM
 
iterator() - Method in class org.bridj.FlagSet
 
iterator() - Method in class org.bridj.Pointer
Returns an iterator over the elements pointed by this pointer.
ITypeInfo - Class in org.bridj.cpp.com
 
ITypeInfo() - Constructor for class org.bridj.cpp.com.ITypeInfo
 
IUnknown - Class in org.bridj.cpp.com
 
IUnknown() - Constructor for class org.bridj.cpp.com.IUnknown
 
iVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_I2
C type : SHORT
iVal(short) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_I2
C type : SHORT
iVal_$eq(short) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 

J

JAWT - Class in org.bridj.jawt
native declaration : jawt.h
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
JAWT() - Constructor for class org.bridj.jawt.JAWT
 
JAWT.FreeDrawingSurface_callback - Class in org.bridj.jawt
 
JAWT.FreeDrawingSurface_callback() - Constructor for class org.bridj.jawt.JAWT.FreeDrawingSurface_callback
 
JAWT.GetComponent_callback - Class in org.bridj.jawt
 
JAWT.GetComponent_callback() - Constructor for class org.bridj.jawt.JAWT.GetComponent_callback
 
JAWT.GetDrawingSurface_callback - Class in org.bridj.jawt
 
JAWT.GetDrawingSurface_callback() - Constructor for class org.bridj.jawt.JAWT.GetDrawingSurface_callback
 
JAWT.Lock_callback - Class in org.bridj.jawt
 
JAWT.Lock_callback() - Constructor for class org.bridj.jawt.JAWT.Lock_callback
 
JAWT.Unlock_callback - Class in org.bridj.jawt
 
JAWT.Unlock_callback() - Constructor for class org.bridj.jawt.JAWT.Unlock_callback
 
JAWT_DrawingSurface - Class in org.bridj.jawt
native declaration : jawt.h
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
JAWT_DrawingSurface() - Constructor for class org.bridj.jawt.JAWT_DrawingSurface
 
JAWT_DrawingSurface.FreeDrawingSurfaceInfo_callback - Class in org.bridj.jawt
 
JAWT_DrawingSurface.FreeDrawingSurfaceInfo_callback() - Constructor for class org.bridj.jawt.JAWT_DrawingSurface.FreeDrawingSurfaceInfo_callback
 
JAWT_DrawingSurface.GetDrawingSurfaceInfo_callback - Class in org.bridj.jawt
 
JAWT_DrawingSurface.GetDrawingSurfaceInfo_callback() - Constructor for class org.bridj.jawt.JAWT_DrawingSurface.GetDrawingSurfaceInfo_callback
 
JAWT_DrawingSurface.Lock_callback - Class in org.bridj.jawt
 
JAWT_DrawingSurface.Lock_callback() - Constructor for class org.bridj.jawt.JAWT_DrawingSurface.Lock_callback
 
JAWT_DrawingSurface.Unlock_callback - Class in org.bridj.jawt
 
JAWT_DrawingSurface.Unlock_callback() - Constructor for class org.bridj.jawt.JAWT_DrawingSurface.Unlock_callback
 
JAWT_DrawingSurfaceInfo - Class in org.bridj.jawt
native declaration : jawt.h
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
JAWT_DrawingSurfaceInfo() - Constructor for class org.bridj.jawt.JAWT_DrawingSurfaceInfo
 
JAWT_GetAWT(Pointer<JawtLibrary.JNIEnv>, Pointer<JAWT>) - Static method in class org.bridj.jawt.JawtLibrary
 
JAWT_LOCK_BOUNDS_CHANGED - Static variable in class org.bridj.jawt.JawtLibrary
 
JAWT_LOCK_CLIP_CHANGED - Static variable in class org.bridj.jawt.JawtLibrary
 
JAWT_LOCK_ERROR - Static variable in class org.bridj.jawt.JawtLibrary
 
JAWT_LOCK_SURFACE_CHANGED - Static variable in class org.bridj.jawt.JawtLibrary
 
JAWT_Rectangle - Class in org.bridj.jawt
native declaration : jawt.h
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
JAWT_Rectangle() - Constructor for class org.bridj.jawt.JAWT_Rectangle
 
JAWT_VERSION_1_3 - Static variable in class org.bridj.jawt.JawtLibrary
 
JAWT_VERSION_1_4 - Static variable in class org.bridj.jawt.JawtLibrary
 
JawtLibrary - Class in org.bridj.jawt
Wrapper for library jawt
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
JawtLibrary() - Constructor for class org.bridj.jawt.JawtLibrary
 
JawtLibrary.JNIEnv - Class in org.bridj.jawt
 
JawtLibrary.JNIEnv(long) - Constructor for class org.bridj.jawt.JawtLibrary.JNIEnv
 
JawtLibrary.JNIEnv(Pointer) - Constructor for class org.bridj.jawt.JawtLibrary.JNIEnv
 
JAWTUtils - Class in org.bridj.jawt
Contains a method that returns the native peer handle of an AWT component : BridJ JAWT utilities JAWTUtils.getNativePeerHandle(java.awt.Component)
JAWTUtils() - Constructor for class org.bridj.jawt.JAWTUtils
 
JAWTUtils.LockedComponentRunnable - Interface in org.bridj.jawt
 
JNI - Class in org.bridj
Deprecated. These methods can cause serious issues (segmentation fault, system crashes) if used without care : there are little to no checks performed on the arguments.
JNI() - Constructor for class org.bridj.JNI
Deprecated.  
JNIBound - Annotation Type in org.bridj.ann
Tells BridJ not to bind native methods marked with this annotation (assumes there's a legit plain-JNI binding for them)
JNIUtils - Class in org.bridj.util
 
JNIUtils() - Constructor for class org.bridj.util.JNIUtils
 

K

kCFStringEncodingASCII - Static variable in class org.bridj.objc.FoundationLibrary
 
kCFStringEncodingUnicode - Static variable in class org.bridj.objc.FoundationLibrary
 
kCFStringEncodingUTF8 - Static variable in class org.bridj.objc.FoundationLibrary
 

L

LastError - Error in org.bridj
Native error that correspond to the errno or GetLastError() mechanism.
left() - Method in class org.bridj.cpp.com.RECT
 
left(long) - Method in class org.bridj.cpp.com.RECT
 
left_$eq(long) - Method in class org.bridj.cpp.com.RECT
 
length() - Method in class org.bridj.objc.NSString
 
LHashValOfNameSys(ValuedEnum<OLEAutomationLibrary.SYSKIND>, int) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
LHashValOfNameSysA(ValuedEnum<OLEAutomationLibrary.SYSKIND>, int) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
Library - Annotation Type in org.bridj.ann
Specify the name of the native library that should be bound.
lLbound() - Method in class org.bridj.cpp.com.SAFEARRAYBOUND
 
lLbound(long) - Method in class org.bridj.cpp.com.SAFEARRAYBOUND
 
lLbound_$eq(long) - Method in class org.bridj.cpp.com.SAFEARRAYBOUND
 
llval() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
llval(long) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
llval_$eq(long) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
Lo64() - Method in class org.bridj.cpp.com.DECIMAL
 
Lo64(long) - Method in class org.bridj.cpp.com.DECIMAL
 
Lo64_$eq(long) - Method in class org.bridj.cpp.com.DECIMAL
 
Load(Pointer<CArchive>, Pointer<Integer>) - Static method in class org.bridj.cpp.mfc.CRuntimeClass
 
load(String) - Static method in class org.bridj.NativeLibrary
 
LOAD_TLB_AS_32BIT - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
LOAD_TLB_AS_64BIT - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
loadNativeLibrary(String) - Method in class org.bridj.AndroidSupport
 
LoadRegTypeLib(Pointer<GUID>, short, short, int, Pointer<Pointer<OLEAutomationLibrary.ITypeLib>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
LoadTypeLib(Pointer<Character>, Pointer<Pointer<OLEAutomationLibrary.ITypeLib>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
LoadTypeLibEx(ValuedEnum<OLEAutomationLibrary.REGKIND>, Pointer<Pointer<OLEAutomationLibrary.ITypeLib>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
LOCALE_USE_NLS - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
Lock() - Method in class org.bridj.jawt.JAWT
 
Lock() - Method in class org.bridj.jawt.JAWT_DrawingSurface
 
LockServer(boolean) - Method in class org.bridj.cpp.com.IClassFactory
 
log(Level, String, Throwable) - Static method in class org.bridj.BridJ
 
log(Level, String) - Static method in class org.bridj.BridJ
 
logCalls - Static variable in class org.bridj.BridJ
 
longValue() - Method in class org.bridj.objc.NSNumber
 
lVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
lVal(long) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
lVal_$eq(long) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 

M

m_lpszClassName() - Method in class org.bridj.cpp.mfc.CRuntimeClass
 
m_lpszClassName(Pointer<Byte>) - Method in class org.bridj.cpp.mfc.CRuntimeClass
 
m_nObjectSize() - Method in class org.bridj.cpp.mfc.CRuntimeClass
 
m_nObjectSize(int) - Method in class org.bridj.cpp.mfc.CRuntimeClass
 
m_pBaseClass() - Method in class org.bridj.cpp.mfc.CRuntimeClass
 
m_pBaseClass(Pointer<CRuntimeClass>) - Method in class org.bridj.cpp.mfc.CRuntimeClass
 
m_pClassInit() - Method in class org.bridj.cpp.mfc.CRuntimeClass
 
m_pClassInit(Pointer<?>) - Method in class org.bridj.cpp.mfc.CRuntimeClass
 
m_pfnCreateObject() - Method in class org.bridj.cpp.mfc.CRuntimeClass
 
m_pfnCreateObject(Pointer<Fun0<Pointer<CObject>>>) - Method in class org.bridj.cpp.mfc.CRuntimeClass
 
m_pNextClass() - Method in class org.bridj.cpp.mfc.CRuntimeClass
 
m_pNextClass(Pointer<CRuntimeClass>) - Method in class org.bridj.cpp.mfc.CRuntimeClass
 
m_wSchema() - Method in class org.bridj.cpp.mfc.CRuntimeClass
 
m_wSchema(int) - Method in class org.bridj.cpp.mfc.CRuntimeClass
 
main(String[]) - Static method in class org.bridj.BridJ
 
main(String[]) - Static method in class org.bridj.cpp.mfc.TestMFC
 
main(String[]) - Static method in class org.bridj.demangling.Demangler
 
main(String[]) - Static method in class org.bridj.Platform.DeleteFiles
 
MarkFullscreenWindow(Pointer<Integer>, boolean) - Method in class org.bridj.cpp.com.shell.ITaskbarList2
 
MASK_TO_RESET_TLB_BITS - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
matches(Type, Demangler.Annotations) - Method in class org.bridj.demangling.Demangler.ClassRef
 
matches(Type, Demangler.Annotations) - Method in class org.bridj.demangling.Demangler.JavaTypeRef
 
matches(Method) - Method in class org.bridj.demangling.Demangler.Symbol
 
matches(Type, Demangler.Annotations) - Method in class org.bridj.demangling.Demangler.TypeRef
 
matchesConstructor(Type, Constructor<?>) - Method in class org.bridj.demangling.Demangler.Symbol
 
matchesDestructor(Class<?>) - Method in class org.bridj.demangling.Demangler.Symbol
 
matchesEnclosingType(Method) - Method in class org.bridj.demangling.Demangler.MemberRef
 
matchesParam(Object, Demangler.Annotations) - Method in class org.bridj.demangling.Demangler.Constant
 
matchesParam(Object, Demangler.Annotations) - Method in interface org.bridj.demangling.Demangler.TemplateArg
 
matchesParam(Object, Demangler.Annotations) - Method in class org.bridj.demangling.Demangler.TypeRef
 
matchesSignature(Method) - Method in class org.bridj.demangling.Demangler.MemberRef
 
matchesVirtualTable(Class<?>) - Method in class org.bridj.demangling.Demangler.Symbol
 
MAVEN_VERSION - Static variable in class org.bridj.Version
 
MessageMapBuilder - Class in org.bridj.cpp.mfc
 
MessageMapBuilder() - Constructor for class org.bridj.cpp.mfc.MessageMapBuilder
 
MethodCallInfo - Class in org.bridj
Internal class that encapsulate all the knowledge about a native method call : signatures (ASM, dyncall and Java), calling convention, context...
MethodCallInfo(Method) - Constructor for class org.bridj.MethodCallInfo
 
MethodCallInfo(Type, Type[], boolean) - Constructor for class org.bridj.MethodCallInfo
 
MethodCallInfo(Type, Annotation[], Type[], Annotation[][], boolean) - Constructor for class org.bridj.MethodCallInfo
 
MethodCallInfo(Method, Method) - Constructor for class org.bridj.MethodCallInfo
 
methodFor(SEL) - Method in class org.bridj.objc.ObjCObject
 
methodReturnType() - Method in class org.bridj.objc.NSMethodSignature
 
methodSignatureForSelector(SEL) - Method in class org.bridj.objc.ObjCProxy
 
MFCObject - Class in org.bridj.cpp.mfc
 
MFCRuntime - Class in org.bridj.cpp.mfc
 
MFCRuntime() - Constructor for class org.bridj.cpp.mfc.MFCRuntime
 
milliseconds() - Method in class org.bridj.TimeT.timeval
 
milliseconds(int) - Method in class org.bridj.TimeT.timeval
 
milliseconds_$eq(int) - Method in class org.bridj.TimeT.timeval
 
modifiers - Variable in class org.bridj.demangling.Demangler.MemberRef
 
MonoRuntime - Class in org.bridj.cs.mono
Stub, not implemented (see MonoRuntime() - Constructor for class org.bridj.cs.mono.MonoRuntime
 
moveBytesAtOffsetTo(long, Pointer<?>, long, long) - Method in class org.bridj.Pointer
Deprecated. 
moveBytesTo(Pointer<?>, long) - Method in class org.bridj.Pointer
Copy bytes from the memory location indicated by this pointer to that of another pointer, using the @see memmove C function.
moveBytesTo(Pointer<?>) - Method in class org.bridj.Pointer
Copy all valid bytes from the memory location indicated by this pointer to that of another pointer, using the @see memmove C function.

N

Name - Annotation Type in org.bridj.ann
Specify the real non-obfuscated name of a field / method (useful when the name is a Java keyword but not a C one, e.g. to bind a C function named 'transient')
NativeEntities - Class in org.bridj
Collection of handles to natively-bound classes and methods (which native resources can be released all at once).
NativeEntities() - Constructor for class org.bridj.NativeEntities
 
NativeEntities.Builder - Class in org.bridj
Helper class to build a NativeEntities instance easily.
NativeEntities.Builder() - Constructor for class org.bridj.NativeEntities.Builder
 
NativeError - Error in org.bridj
Native error encapsulated as a Java error.
NativeLibrary - Class in org.bridj
Representation of a native shared library, with symbols retrieval / matching facilities.
NativeLibrary.SymbolAccepter - Interface in org.bridj
Filter for symbols
NativeList<T> - Interface in org.bridj
Interface for lists that use a native storage.
NativeObject - Class in org.bridj
Base class for native objects.
NativeObjectInterface - Interface in org.bridj
Marker interface that's useful to know that implementations extend NativeObject (when only dealing with interfaces)
nativeTypeOrPointerTargetType - Variable in class org.bridj.StructIO.FieldDesc
 
nBaseShift() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.NUMPARSE
Base of the number (but apparently unused)
C type : INT
nBaseShift(int) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.NUMPARSE
Base of the number (but apparently unused)
C type : INT
nBaseShift_$eq(int) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.NUMPARSE
 
new$() - Method in class org.bridj.objc.ObjCClass
 
new_() - Static method in class org.bridj.objc.NSAutoreleasePool
 
newDirectByteBuffer(long, long) - Static method in class org.bridj.JNI
Deprecated. Wrap a native address as a direct byte buffer of the specified byte capacity.
newGlobalRef(Object) - Static method in class org.bridj.JNI
Deprecated. Create a JNI global reference to a Java object : long value that can be safely passed to C programs and stored, which prevent the object from being garbage-collected and which validity runs until JNI.deleteGlobalRef(long) is called
newInstance(Class<I>) - Static method in class org.bridj.cpp.com.COMRuntime
 
newInstance(Class<T>, Class<I>) - Static method in class org.bridj.cpp.com.COMRuntime
 
newInstance(Pointer<?>) - Method in class org.bridj.DynamicFunctionFactory
 
newWeakGlobalRef(Object) - Static method in class org.bridj.JNI
Deprecated. Create a JNI weak global reference to a Java object : long value that can be safely passed to C programs and stored, which validity runs until JNI.deleteWeakGlobalRef(long) is called.
next() - Method in class org.bridj.Pointer
Returns a pointer to the next target.
next(long) - Method in class org.bridj.Pointer
Returns a pointer to the n-th next (or previous) target.
nPwr10() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.NUMPARSE
Scale of the number in powers of 10
C type : INT
nPwr10(int) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.NUMPARSE
Scale of the number in powers of 10
C type : INT
nPwr10_$eq(int) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.NUMPARSE
 
NSAutoreleasePool - Class in org.bridj.objc
 
NSAutoreleasePool() - Constructor for class org.bridj.objc.NSAutoreleasePool
 
NSCalendar - Class in org.bridj.objc
 
NSCalendar() - Constructor for class org.bridj.objc.NSCalendar
 
NSDictionary - Class in org.bridj.objc
 
NSDictionary() - Constructor for class org.bridj.objc.NSDictionary
 
NSInvocation - Class in org.bridj.objc
 
NSInvocation() - Constructor for class org.bridj.objc.NSInvocation
 
NSMethodSignature - Class in org.bridj.objc
 
NSMethodSignature() - Constructor for class org.bridj.objc.NSMethodSignature
 
NSNumber - Class in org.bridj.objc
 
NSNumber() - Constructor for class org.bridj.objc.NSNumber
 
NSObject - Class in org.bridj.objc
 
NSObject(Pointer<? extends NSObject>) - Constructor for class org.bridj.objc.NSObject
 
NSObject() - Constructor for class org.bridj.objc.NSObject
 
NSString - Class in org.bridj.objc
 
NSString() - Constructor for class org.bridj.objc.NSString
 
NSString(String) - Constructor for class org.bridj.objc.NSString
 
NULL - Static variable in class org.bridj.Pointer
The NULL pointer is always Java's null value
numberOfArguments() - Method in class org.bridj.objc.NSMethodSignature
 
numberWithBool(boolean) - Static method in class org.bridj.objc.NSNumber
 
numberWithDouble(double) - Static method in class org.bridj.objc.NSNumber
 
numberWithFloat(float) - Static method in class org.bridj.objc.NSNumber
 
numberWithInt(int) - Static method in class org.bridj.objc.NSNumber
 
numberWithLong(long) - Static method in class org.bridj.objc.NSNumber
 
NUMPRS_CURRENCY - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
NUMPRS_DECIMAL - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
NUMPRS_EXPONENT - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
NUMPRS_HEX_OCT - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
NUMPRS_INEXACT - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
NUMPRS_LEADING_MINUS - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
NUMPRS_LEADING_PLUS - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
NUMPRS_LEADING_WHITE - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
NUMPRS_NEG - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
NUMPRS_PARENS - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
NUMPRS_STD - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
NUMPRS_THOUSANDS - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
NUMPRS_TRAILING_MINUS - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
NUMPRS_TRAILING_PLUS - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
NUMPRS_TRAILING_WHITE - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
NUMPRS_USE_ALL - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 

O

OaBuildVersion() - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
objc_getProtocol(Pointer<Byte>) - Static method in class org.bridj.objc.ObjectiveCRuntime
 
ObjCBlock - Class in org.bridj.objc
 
ObjCBlock() - Constructor for class org.bridj.objc.ObjCBlock
 
ObjCClass - Class in org.bridj.objc
 
ObjCClass() - Constructor for class org.bridj.objc.ObjCClass
 
ObjCDelegate - Interface in org.bridj.objc
Base interface for Objective-C delegates.
ObjCJNI - Class in org.bridj.objc
 
ObjCJNI() - Constructor for class org.bridj.objc.ObjCJNI
 
ObjCObject - Class in org.bridj.objc
 
ObjCObject(Pointer<? extends NativeObject>) - Constructor for class org.bridj.objc.ObjCObject
 
ObjCObject() - Constructor for class org.bridj.objc.ObjCObject
 
ObjCObject(int, Object...) - Constructor for class org.bridj.objc.ObjCObject
 
ObjCProxy - Class in org.bridj.objc
 
ObjCProxy(Object) - Constructor for class org.bridj.objc.ObjCProxy
 
objectForKey(Pointer<NSObject>) - Method in class org.bridj.objc.NSDictionary
 
ObjectiveCRuntime - Class in org.bridj.objc
 
ObjectiveCRuntime() - Constructor for class org.bridj.objc.ObjectiveCRuntime
 
offset(long) - Method in class org.bridj.Pointer
Returns a pointer which address value was obtained by this pointer's by adding a byte offset.
offset(long) - Method in class org.bridj.StructIO.FieldDesc
 
OLEAutomationLibrary - Class in org.bridj.cpp.com
Wrapper for library oleaut32
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
OLEAutomationLibrary() - Constructor for class org.bridj.cpp.com.OLEAutomationLibrary
 
OLEAutomationLibrary.CALLCONV - Enum in org.bridj.cpp.com
 
OLEAutomationLibrary.CUSTDATA - Class in org.bridj.cpp.com
 
OLEAutomationLibrary.CUSTDATA() - Constructor for class org.bridj.cpp.com.OLEAutomationLibrary.CUSTDATA
 
OLEAutomationLibrary.CUSTDATAITEM - Class in org.bridj.cpp.com
 
OLEAutomationLibrary.CUSTDATAITEM() - Constructor for class org.bridj.cpp.com.OLEAutomationLibrary.CUSTDATAITEM
 
OLEAutomationLibrary.DATE - Class in org.bridj.cpp.com
 
OLEAutomationLibrary.DATE() - Constructor for class org.bridj.cpp.com.OLEAutomationLibrary.DATE
 
OLEAutomationLibrary.DISPPARAMS - Class in org.bridj.cpp.com
 
OLEAutomationLibrary.DISPPARAMS() - Constructor for class org.bridj.cpp.com.OLEAutomationLibrary.DISPPARAMS
 
OLEAutomationLibrary.EXCEPINFO - Class in org.bridj.cpp.com
 
OLEAutomationLibrary.EXCEPINFO() - Constructor for class org.bridj.cpp.com.OLEAutomationLibrary.EXCEPINFO
 
OLEAutomationLibrary.ICreateErrorInfo - Class in org.bridj.cpp.com
 
OLEAutomationLibrary.ICreateErrorInfo() - Constructor for class org.bridj.cpp.com.OLEAutomationLibrary.ICreateErrorInfo
 
OLEAutomationLibrary.ICreateTypeLib - Class in org.bridj.cpp.com
 
OLEAutomationLibrary.ICreateTypeLib() - Constructor for class org.bridj.cpp.com.OLEAutomationLibrary.ICreateTypeLib
 
OLEAutomationLibrary.ICreateTypeLib2 - Class in org.bridj.cpp.com
 
OLEAutomationLibrary.ICreateTypeLib2() - Constructor for class org.bridj.cpp.com.OLEAutomationLibrary.ICreateTypeLib2
 
OLEAutomationLibrary.IErrorInfo - Class in org.bridj.cpp.com
 
OLEAutomationLibrary.IErrorInfo() - Constructor for class org.bridj.cpp.com.OLEAutomationLibrary.IErrorInfo
 
OLEAutomationLibrary.INTERFACEDATA - Class in org.bridj.cpp.com
 
OLEAutomationLibrary.INTERFACEDATA() - Constructor for class org.bridj.cpp.com.OLEAutomationLibrary.INTERFACEDATA
 
OLEAutomationLibrary.ITypeLib - Class in org.bridj.cpp.com
 
OLEAutomationLibrary.ITypeLib() - Constructor for class org.bridj.cpp.com.OLEAutomationLibrary.ITypeLib
 
OLEAutomationLibrary.METHODDATA - Class in org.bridj.cpp.com
 
OLEAutomationLibrary.METHODDATA() - Constructor for class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
 
OLEAutomationLibrary.NUMPARSE - Class in org.bridj.cpp.com
 
OLEAutomationLibrary.NUMPARSE() - Constructor for class org.bridj.cpp.com.OLEAutomationLibrary.NUMPARSE
 
OLEAutomationLibrary.PARAMDATA - Class in org.bridj.cpp.com
 
OLEAutomationLibrary.PARAMDATA() - Constructor for class org.bridj.cpp.com.OLEAutomationLibrary.PARAMDATA
 
OLEAutomationLibrary.REGKIND - Enum in org.bridj.cpp.com
 
OLEAutomationLibrary.SYSKIND - Enum in org.bridj.cpp.com
 
OLEAutomationLibrary.SYSTEMTIME - Class in org.bridj.cpp.com
 
OLEAutomationLibrary.SYSTEMTIME() - Constructor for class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
OLEAutomationLibrary.UDATE - Class in org.bridj.cpp.com
 
OLEAutomationLibrary.UDATE() - Constructor for class org.bridj.cpp.com.OLEAutomationLibrary.UDATE
 
OnCommand - Annotation Type in org.bridj.cpp.mfc
 
OnCommandEx - Annotation Type in org.bridj.cpp.mfc
 
OnMessage - Annotation Type in org.bridj.cpp.mfc
http://msdn.microsoft.com/en-us/library/0812b0wa(VS.80).aspx C:\Program Files\Microsoft Visual Studio 8\VC\ATLMFC\INCLUDE\afxwin.h
OnMessage.Type - Enum in org.bridj.cpp.mfc
 
OnRegisteredMessage - Annotation Type in org.bridj.cpp.mfc
 
OnUpdateCommand - Annotation Type in org.bridj.cpp.mfc
 
open(URL) - Static method in class org.bridj.Platform
Opens an URL with the default system action.
open(File) - Static method in class org.bridj.Platform
Opens a file with the default system action.
Optional - Annotation Type in org.bridj.ann
Applies to native methods that might not be present to avoid polluting error logs (useful for "optional" methods in many libraries).
or(E...) - Method in class org.bridj.FlagSet
 
order(ByteOrder) - Method in class org.bridj.Pointer
Create a view of this pointer that has the byte order provided in argument, or return this if this pointer already uses the requested byte order.
order() - Method in class org.bridj.Pointer
Get the byte order (endianness) of this pointer.
org.bridj - package org.bridj
BridJ core classes and C runtime (Pointer, BridJ, SizeT, Platform, LastError...).
org.bridj.ann - package org.bridj.ann
BridJ annotations classes (used to decorate bindings ; you do not need to browse this if you are using JNAerator).
org.bridj.cpp - package org.bridj.cpp
BridJ C++ runtime.
org.bridj.cpp.com - package org.bridj.cpp.com
BridJ COM support (Windows-only, working but under-tested).
org.bridj.cpp.com.shell - package org.bridj.cpp.com.shell
BridJ mappings for some common Windows COM Shell interfaces.
org.bridj.cpp.mfc - package org.bridj.cpp.mfc
BridJ Windows MFC runtime (not working properly yet).
org.bridj.cpp.std - package org.bridj.cpp.std
Bindings for some C++ STL class templates.
org.bridj.cs - package org.bridj.cs
BridJ C# support (stub, not implemented).
org.bridj.cs.dotnet - package org.bridj.cs.dotnet
BridJ C# support specific to Microsoft's .NET platform (stub, not implemented).
org.bridj.cs.mono - package org.bridj.cs.mono
BridJ C# support specific to Novell's Mono platform (stub, not implemented).
org.bridj.demangling - package org.bridj.demangling
BridJ symbols demanglers.
org.bridj.dyncall - package org.bridj.dyncall
 
org.bridj.func - package org.bridj.func
Dummy typed functions interfaces.
org.bridj.jawt - package org.bridj.jawt
BridJ JAWT utilities (to get the native peer handle of an AWT Component).
org.bridj.objc - package org.bridj.objc
BridJ Objective-C runtime (MacOS X only, not working properly yet).
org.bridj.util - package org.bridj.util
 

P

Pair<U,V> - Class in org.bridj.util
 
Pair(U, V) - Constructor for class org.bridj.util.Pair
 
Pair() - Constructor for class org.bridj.util.Pair
 
paramType(Type, Type...) - Static method in class org.bridj.util.DefaultParameterizedType
 
paramTypes - Variable in class org.bridj.demangling.Demangler.MemberRef
 
parray() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_ARRAY|*
C type : SAFEARRAY*
parray(Pointer<SAFEARRAY>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_ARRAY|*
C type : SAFEARRAY*
parray_$eq(Pointer<SAFEARRAY>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
parseGUID(String) - Static method in class org.bridj.cpp.com.COMRuntime
 
parseSpecialName() - Method in class org.bridj.demangling.VC9Demangler
 
parseSymbol() - Method in class org.bridj.demangling.Demangler
 
parseSymbol() - Method in class org.bridj.demangling.GCC4Demangler
 
parseSymbol() - Method in class org.bridj.demangling.VC9Demangler
 
parseSymbol(String) - Method in class org.bridj.NativeLibrary
 
parseTemplateArg() - Method in class org.bridj.demangling.GCC4Demangler
 
parseType() - Method in class org.bridj.demangling.GCC4Demangler
 
pbool() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
pbool(Pointer<Integer>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
pbool_$eq(Pointer<Integer>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
pboolVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_BOOL
C type : VARIANT_BOOL*
pboolVal(Pointer<Integer>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_BOOL
C type : VARIANT_BOOL*
pboolVal_$eq(Pointer<Integer>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
pbstrVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_BSTR
C type : BSTR*
pbstrVal(Pointer<Pointer<Byte>>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_BSTR
C type : BSTR*
pbstrVal_$eq(Pointer<Pointer<Byte>>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
pbVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_UI1
C type : BYTE*
pbVal(Pointer<Byte>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_UI1
C type : BYTE*
pbVal_$eq(Pointer<Byte>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
pcVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_I1
C type : CHAR*
pcVal(Pointer<Byte>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_I1
C type : CHAR*
pcVal_$eq(Pointer<Byte>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
pcyVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_CY
C type : CY*
pcyVal(Pointer<CY>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_CY
C type : CY*
pcyVal_$eq(Pointer<CY>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
pdate() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_DATE
C type : DATE*
pdate(Pointer<Double>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_DATE
C type : DATE*
pdate_$eq(Pointer<Double>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
pdblVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_R8
C type : DOUBLE*
pdblVal(Pointer<Double>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_R8
C type : DOUBLE*
pdblVal_$eq(Pointer<Double>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
pdecVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_DECIMAL
C type : DECIMAL*
pdecVal(Pointer<DECIMAL>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_DECIMAL
C type : DECIMAL*
pdecVal_$eq(Pointer<DECIMAL>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
pdispVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_DISPATCH
C type : IDispatch*
pdispVal(Pointer<IDispatch>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_DISPATCH
C type : IDispatch*
pdispVal_$eq(Pointer<IDispatch>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
perform(SEL) - Method in class org.bridj.objc.ObjCObject
 
perform$with(SEL, Pointer<?>) - Method in class org.bridj.objc.ObjCObject
 
perform$with$with(SEL, Pointer<?>, Pointer<?>) - Method in class org.bridj.objc.ObjCObject
 
pfltVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_R4
C type : FLOAT*
pfltVal(Pointer<Float>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_R4
C type : FLOAT*
pfltVal_$eq(Pointer<Float>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
pfnDeferredFillIn() - Method in class org.bridj.cpp.com.IDispatch.EXCEPINFO
 
pintVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_INT
C type : INT*
pintVal(Pointer<Integer>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_INT
C type : INT*
pintVal_$eq(Pointer<Integer>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
piVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_I2
C type : SHORT*
piVal(Pointer<Short>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_I2
C type : SHORT*
piVal_$eq(Pointer<Short>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
Platform - Class in org.bridj
Information about the execution platform (OS, architecture, native sizes...) and platform-specific actions.
Platform() - Constructor for class org.bridj.Platform
 
Platform.DeleteFiles - Class in org.bridj
 
Platform.DeleteFiles() - Constructor for class org.bridj.Platform.DeleteFiles
 
platformInfo() - Method in class org.bridj.jawt.JAWT_DrawingSurfaceInfo
Pointer to the platform-specific information.
pllVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_I8
C type : LONGLONG*
pllVal(Pointer<Long>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_I8
C type : LONGLONG*
pllVal_$eq(Pointer<Long>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
plVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_I4
C type : LONG*
plVal(Pointer<CLong>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_I4
C type : LONG*
plVal_$eq(Pointer<CLong>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
pmethdata() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.INTERFACEDATA
Methods of the object
C type : METHODDATA*
pmethdata(Pointer<OLEAutomationLibrary.METHODDATA>) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.INTERFACEDATA
Methods of the object
C type : METHODDATA*
pmethdata_$eq(Pointer<OLEAutomationLibrary.METHODDATA>) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.INTERFACEDATA
 
pointedType - Variable in class org.bridj.demangling.Demangler.PointerTypeRef
 
Pointer<T> - Class in org.bridj
Pointer to a native memory location.
Pointer.ListType - Enum in org.bridj
Types of pointer-based list implementations that can be created through Pointer.asList() or Pointer.asList(ListType).
Pointer.Releaser - Interface in org.bridj
Object responsible for reclamation of some pointed memory when it's not used anymore.
Pointer.StringType - Enum in org.bridj
Type of a native character string.
POINTER_SIZE - Static variable in class org.bridj.Platform
 
PointerIO<T> - Class in org.bridj
Helper class that knows how to read/write data from/to a Pointer.
PointerIO(Type, int, Class<?>) - Constructor for class org.bridj.PointerIO
 
pointerTo(N) - Static method in class org.bridj.Pointer
Get a pointer to a native object (C++ or ObjectiveC class, struct, union, callback...)
pointerTo(N) - Static method in class org.bridj.Pointer
Get a pointer to a native object (C++ or ObjectiveC class, struct, union, callback...)
pointerTo(NativeObject, Type) - Static method in class org.bridj.Pointer
Get a pointer to a native object, specifying the type of the pointer's target.
pointerToAddress(long) - Static method in class org.bridj.Pointer
Deprecated. 
pointerToAddress(long, long) - Static method in class org.bridj.Pointer
Deprecated. 
pointerToAddress(long, Class<P>, Pointer.Releaser) - Static method in class org.bridj.Pointer
Create a pointer out of a native memory address
pointerToAddress(long, Type, Pointer.Releaser) - Static method in class org.bridj.Pointer
Create a pointer out of a native memory address
pointerToAddress(long, Pointer.Releaser) - Static method in class org.bridj.Pointer
Deprecated. 
pointerToAddress(long, long, Pointer.Releaser) - Static method in class org.bridj.Pointer
Create a pointer out of a native memory address
pointerToAddress(long, Class<P>) - Static method in class org.bridj.Pointer
Deprecated. 
pointerToAddress(long, Type) - Static method in class org.bridj.Pointer
Deprecated. 
pointerToArray(Object) - Static method in class org.bridj.Pointer
Allocate enough memory for array.length values, copy the values of the array provided as argument into it and return a pointer to that memory.
pointerToBoolean(boolean) - Static method in class org.bridj.Pointer
Allocate enough memory for a single boolean value, copy the value provided in argument into it and return a pointer to that memory.
pointerToBooleans(boolean...) - Static method in class org.bridj.Pointer
Allocate enough memory for values.length boolean values, copy the values provided as argument into it and return a pointer to that memory.
pointerToBooleans(boolean[][]) - Static method in class org.bridj.Pointer
Allocate enough memory for all the values in the 2D boolean array, copy the values provided as argument into it as packed multi-dimensional C array and return a pointer to that memory.
pointerToBooleans(boolean[][][]) - Static method in class org.bridj.Pointer
Allocate enough memory for all the values in the 3D boolean array, copy the values provided as argument into it as packed multi-dimensional C array and return a pointer to that memory.
pointerToBuffer(Buffer) - Static method in class org.bridj.Pointer
Create a pointer to the memory location used by a direct NIO buffer.
pointerToByte(byte) - Static method in class org.bridj.Pointer
Allocate enough memory for a single byte value, copy the value provided in argument into it and return a pointer to that memory.
pointerToBytes(byte...) - Static method in class org.bridj.Pointer
Allocate enough memory for values.length byte values, copy the values provided as argument into it and return a pointer to that memory.
pointerToBytes(byte[][]) - Static method in class org.bridj.Pointer
Allocate enough memory for all the values in the 2D byte array, copy the values provided as argument into it as packed multi-dimensional C array and return a pointer to that memory.
pointerToBytes(byte[][][]) - Static method in class org.bridj.Pointer
Allocate enough memory for all the values in the 3D byte array, copy the values provided as argument into it as packed multi-dimensional C array and return a pointer to that memory.
pointerToBytes(ByteBuffer) - Static method in class org.bridj.Pointer
Create a pointer to the memory location used by a direct NIO ByteBuffer.
pointerToChar(char) - Static method in class org.bridj.Pointer
Allocate enough memory for a single char value, copy the value provided in argument into it and return a pointer to that memory.
pointerToChars(char...) - Static method in class org.bridj.Pointer
Allocate enough memory for values.length char values, copy the values provided as argument into it and return a pointer to that memory.
pointerToChars(char[][]) - Static method in class org.bridj.Pointer
Allocate enough memory for all the values in the 2D char array, copy the values provided as argument into it as packed multi-dimensional C array and return a pointer to that memory.
pointerToChars(char[][][]) - Static method in class org.bridj.Pointer
Allocate enough memory for all the values in the 3D char array, copy the values provided as argument into it as packed multi-dimensional C array and return a pointer to that memory.
pointerToChars(CharBuffer) - Static method in class org.bridj.Pointer
Create a pointer to the memory location used by a direct NIO CharBuffer.
pointerToCLong(long) - Static method in class org.bridj.Pointer
Allocate enough memory for a single CLong value, copy the value provided in argument into it and return a pointer to that memory.
pointerToCLong(CLong) - Static method in class org.bridj.Pointer
Allocate enough memory for a single CLong value, copy the value provided in argument into it and return a pointer to that memory.
pointerToCLongs(long...) - Static method in class org.bridj.Pointer
Allocate enough memory for values.length CLong values, copy the values provided as argument into it and return a pointer to that memory.
pointerToCLongs(CLong...) - Static method in class org.bridj.Pointer
Allocate enough memory for values.length CLong values, copy the values provided as argument into it and return a pointer to that memory.
pointerToCLongs(int[]) - Static method in class org.bridj.Pointer
Allocate enough memory for values.length CLong values, copy the values provided as argument into it and return a pointer to that memory.
pointerToCString(String) - Static method in class org.bridj.Pointer
Allocate memory and write a C string to it, using the system's default charset to convert the string.
pointerToCStrings(String...) - Static method in class org.bridj.Pointer
The update will take place inside the release() call
pointerToDouble(double) - Static method in class org.bridj.Pointer
Allocate enough memory for a single double value, copy the value provided in argument into it and return a pointer to that memory.
pointerToDoubles(double...) - Static method in class org.bridj.Pointer
Allocate enough memory for values.length double values, copy the values provided as argument into it and return a pointer to that memory.
pointerToDoubles(double[][]) - Static method in class org.bridj.Pointer
Allocate enough memory for all the values in the 2D double array, copy the values provided as argument into it as packed multi-dimensional C array and return a pointer to that memory.
pointerToDoubles(double[][][]) - Static method in class org.bridj.Pointer
Allocate enough memory for all the values in the 3D double array, copy the values provided as argument into it as packed multi-dimensional C array and return a pointer to that memory.
pointerToDoubles(DoubleBuffer) - Static method in class org.bridj.Pointer
Create a pointer to the memory location used by a direct NIO DoubleBuffer.
pointerToFloat(float) - Static method in class org.bridj.Pointer
Allocate enough memory for a single float value, copy the value provided in argument into it and return a pointer to that memory.
pointerToFloats(float...) - Static method in class org.bridj.Pointer
Allocate enough memory for values.length float values, copy the values provided as argument into it and return a pointer to that memory.
pointerToFloats(float[][]) - Static method in class org.bridj.Pointer
Allocate enough memory for all the values in the 2D float array, copy the values provided as argument into it as packed multi-dimensional C array and return a pointer to that memory.
pointerToFloats(float[][][]) - Static method in class org.bridj.Pointer
Allocate enough memory for all the values in the 3D float array, copy the values provided as argument into it as packed multi-dimensional C array and return a pointer to that memory.
pointerToFloats(FloatBuffer) - Static method in class org.bridj.Pointer
Create a pointer to the memory location used by a direct NIO FloatBuffer.
pointerToInt(int) - Static method in class org.bridj.Pointer
Allocate enough memory for a single int value, copy the value provided in argument into it and return a pointer to that memory.
pointerToInts(int...) - Static method in class org.bridj.Pointer
Allocate enough memory for values.length int values, copy the values provided as argument into it and return a pointer to that memory.
pointerToInts(int[][]) - Static method in class org.bridj.Pointer
Allocate enough memory for all the values in the 2D int array, copy the values provided as argument into it as packed multi-dimensional C array and return a pointer to that memory.
pointerToInts(int[][][]) - Static method in class org.bridj.Pointer
Allocate enough memory for all the values in the 3D int array, copy the values provided as argument into it as packed multi-dimensional C array and return a pointer to that memory.
pointerToInts(IntBuffer) - Static method in class org.bridj.Pointer
Create a pointer to the memory location used by a direct NIO IntBuffer.
pointerToLong(long) - Static method in class org.bridj.Pointer
Allocate enough memory for a single long value, copy the value provided in argument into it and return a pointer to that memory.
pointerToLongs(long...) - Static method in class org.bridj.Pointer
Allocate enough memory for values.length long values, copy the values provided as argument into it and return a pointer to that memory.
pointerToLongs(long[][]) - Static method in class org.bridj.Pointer
Allocate enough memory for all the values in the 2D long array, copy the values provided as argument into it as packed multi-dimensional C array and return a pointer to that memory.
pointerToLongs(long[][][]) - Static method in class org.bridj.Pointer
Allocate enough memory for all the values in the 3D long array, copy the values provided as argument into it as packed multi-dimensional C array and return a pointer to that memory.
pointerToLongs(LongBuffer) - Static method in class org.bridj.Pointer
Create a pointer to the memory location used by a direct NIO LongBuffer.
pointerToNSDictionary(Map<String, NSObject>) - Static method in class org.bridj.objc.NSDictionary
 
pointerToNSString(String) - Static method in class org.bridj.objc.FoundationLibrary
 
pointerToPointer(Pointer<T>) - Static method in class org.bridj.Pointer
Allocate enough memory for a single pointer value, copy the value provided in argument into it and return a pointer to that memory.
pointerToPointers(Pointer<T>...) - Static method in class org.bridj.Pointer
Allocate enough memory for values.length pointer values, copy the values provided as argument into it and return a pointer to that memory.
pointerToShort(short) - Static method in class org.bridj.Pointer
Allocate enough memory for a single short value, copy the value provided in argument into it and return a pointer to that memory.
pointerToShorts(short...) - Static method in class org.bridj.Pointer
Allocate enough memory for values.length short values, copy the values provided as argument into it and return a pointer to that memory.
pointerToShorts(short[][]) - Static method in class org.bridj.Pointer
Allocate enough memory for all the values in the 2D short array, copy the values provided as argument into it as packed multi-dimensional C array and return a pointer to that memory.
pointerToShorts(short[][][]) - Static method in class org.bridj.Pointer
Allocate enough memory for all the values in the 3D short array, copy the values provided as argument into it as packed multi-dimensional C array and return a pointer to that memory.
pointerToShorts(ShortBuffer) - Static method in class org.bridj.Pointer
Create a pointer to the memory location used by a direct NIO ShortBuffer.
pointerToSizeT(long) - Static method in class org.bridj.Pointer
Allocate enough memory for a single SizeT value, copy the value provided in argument into it and return a pointer to that memory.
pointerToSizeT(SizeT) - Static method in class org.bridj.Pointer
Allocate enough memory for a single SizeT value, copy the value provided in argument into it and return a pointer to that memory.
pointerToSizeTs(long...) - Static method in class org.bridj.Pointer
Allocate enough memory for values.length SizeT values, copy the values provided as argument into it and return a pointer to that memory.
pointerToSizeTs(SizeT...) - Static method in class org.bridj.Pointer
Allocate enough memory for values.length SizeT values, copy the values provided as argument into it and return a pointer to that memory.
pointerToSizeTs(int[]) - Static method in class org.bridj.Pointer
Allocate enough memory for values.length SizeT values, copy the values provided as argument into it and return a pointer to that memory.
pointerToString(String, Pointer.StringType, Charset) - Static method in class org.bridj.Pointer
Allocate memory and write a string to it, using the system's default charset to convert the string (See Pointer.StringType for details on the supported types).
pointerToWideCString(String) - Static method in class org.bridj.Pointer
Allocate memory and write a WideC string to it, using the system's default charset to convert the string.
pointerToWideCStrings(String...) - Static method in class org.bridj.Pointer
The update will take place inside the release() call
pointerType(Type) - Static method in class org.bridj.Pointer
Create a Pointer<T> type.
pparray() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_ARRAY
C type : SAFEARRAY**
pparray(Pointer<Pointer<SAFEARRAY>>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_ARRAY
C type : SAFEARRAY**
pparray_$eq(Pointer<Pointer<SAFEARRAY>>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
ppdata() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
Parameters of the method
C type : PARAMDATA*
ppdata(Pointer<OLEAutomationLibrary.PARAMDATA>) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
Parameters of the method
C type : PARAMDATA*
ppdata_$eq(Pointer<OLEAutomationLibrary.PARAMDATA>) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
 
ppdispVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_DISPATCH
C type : IDispatch**
ppdispVal(Pointer<Pointer<IDispatch>>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_DISPATCH
C type : IDispatch**
ppdispVal_$eq(Pointer<Pointer<IDispatch>>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
ppunkVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_UNKNOWN
C type : IUnknown**
ppunkVal(Pointer<Pointer<IUnknown>>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_UNKNOWN
C type : IUnknown**
ppunkVal_$eq(Pointer<Pointer<IUnknown>>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
pRecInfo() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union.__tagBRECORD
 
pRecInfo(Pointer<IRecordInfo>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union.__tagBRECORD
 
pRecInfo_$eq(Pointer<IRecordInfo>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union.__tagBRECORD
 
prependBytes(long) - Method in class org.bridj.StructIO
 
prependCallbackCC() - Method in class org.bridj.MethodCallInfo
 
prgCustData() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.CUSTDATA
 
prgCustData(Pointer<OLEAutomationLibrary.CUSTDATAITEM>) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.CUSTDATA
 
prgCustData_$eq(Pointer<OLEAutomationLibrary.CUSTDATAITEM>) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.CUSTDATA
 
ProcessUtils - Class in org.bridj.util
Util methods to : query the process id from the current process, launch processes (including JVM processes)
ProcessUtils() - Constructor for class org.bridj.util.ProcessUtils
 
PROPERTY_bridj_c_defaultObjectSize - Static variable in class org.bridj.CRuntime
 
protectedMode - Static variable in class org.bridj.BridJ
 
protectFromGC(T) - Static method in class org.bridj.BridJ
Keep a hard reference to a native object to avoid its garbage collection.
pscode() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_ERROR
C type : SCODE*
pscode(Pointer<Integer>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_ERROR
C type : SCODE*
pscode_$eq(Pointer<Integer>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
Ptr - Annotation Type in org.bridj.ann
Indicate that a Java long value is represented by a natively-sized integer ('size_t' and pointer types).
puintVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_UINT
C type : UINT*
puintVal(Pointer<Integer>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_UINT
C type : UINT*
puintVal_$eq(Pointer<Integer>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
puiVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_UI2
C type : USHORT*
puiVal(Pointer<Short>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_UI2
C type : USHORT*
puiVal_$eq(Pointer<Short>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
pullVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_UI8
C type : ULONGLONG*
pullVal(Pointer<Long>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_UI8
C type : ULONGLONG*
pullVal_$eq(Pointer<Long>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
pulVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_UI4
C type : ULONG*
pulVal(Pointer<Integer>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_UI4
C type : ULONG*
pulVal_$eq(Pointer<Integer>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
punkVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_UNKNOWN
C type : IUnknown*
punkVal(Pointer<IUnknown>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_UNKNOWN
C type : IUnknown*
punkVal_$eq(Pointer<IUnknown>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
push_back(T) - Method in class org.bridj.cpp.std.vector
 
PutField(int, Pointer<?>, Pointer<Byte>, Pointer<VARIANT>) - Method in class org.bridj.cpp.com.IRecordInfo
 
PutFieldNoCopy(int, Pointer<?>, Pointer<Byte>, Pointer<VARIANT>) - Method in class org.bridj.cpp.com.IRecordInfo
 
pvarVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_VARIANT
C type : VARIANT*
pvarVal(Pointer<VARIANT>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_BYREF|VT_VARIANT
C type : VARIANT*
pvarVal_$eq(Pointer<VARIANT>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
pvData() - Method in class org.bridj.cpp.com.SAFEARRAY
 
pvData(Pointer<?>) - Method in class org.bridj.cpp.com.SAFEARRAY
 
pvData_$eq(Pointer<?>) - Method in class org.bridj.cpp.com.SAFEARRAY
 
pvRecord() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union.__tagBRECORD
 
pvRecord(Pointer<?>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union.__tagBRECORD
 
pvRecord_$eq(Pointer<?>) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union.__tagBRECORD
 
pvReserved() - Method in class org.bridj.cpp.com.IDispatch.EXCEPINFO
 

Q

QueryInterface(Pointer<Byte>, Pointer<Pointer<IUnknown>>) - Method in class org.bridj.cpp.com.IUnknown
Deprecated. 
QueryInterface(Class<I>) - Method in class org.bridj.cpp.com.IUnknown
 
QueryPathOfRegTypeLib(Pointer<GUID>, short, short, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 

R

readFieldsFromNative(StructObject) - Method in class org.bridj.StructIO
Read struct fields implemented as Java fields from the corresponding native memory (Java fields are read from native memory).
readFromNative(T) - Static method in class org.bridj.BridJ
Some native object need manual synchronization between Java fields and native memory.
readFromNative(T) - Method in interface org.bridj.BridJRuntime.TypeInfo
 
readFromNative(T) - Method in class org.bridj.CRuntime.CTypeInfo
 
reconstructHeaders(Iterable<NativeLibrary>, PrintWriter) - Static method in class org.bridj.HeadersReconstructor
 
RecordClear(Pointer<?>) - Method in class org.bridj.cpp.com.IRecordInfo
 
RecordCopy(Pointer<?>, Pointer<?>) - Method in class org.bridj.cpp.com.IRecordInfo
 
RecordCreate() - Method in class org.bridj.cpp.com.IRecordInfo
 
RecordCreateCopy(Pointer<?>, Pointer<Pointer<?>>) - Method in class org.bridj.cpp.com.IRecordInfo
 
RecordDestroy(Pointer<?>) - Method in class org.bridj.cpp.com.IRecordInfo
 
RecordInit(Pointer<?>) - Method in class org.bridj.cpp.com.IRecordInfo
 
RECT - Class in org.bridj.cpp.com
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
RECT() - Constructor for class org.bridj.cpp.com.RECT
 
refToObject(long) - Static method in class org.bridj.JNI
Deprecated. 
REGDB_E_CLASSNOTREG - Static variable in class org.bridj.cpp.com.COMRuntime
 
register() - Static method in class org.bridj.BridJ
Registers the native methods of the caller class and all its inner types.
register(Class<?>) - Static method in class org.bridj.BridJ
Registers the native method of a type (and all its inner types).
register(Type) - Method in interface org.bridj.BridJRuntime
 
register(Type) - Method in class org.bridj.cpp.mfc.MFCRuntime
 
register(Type) - Method in class org.bridj.CRuntime
 
register(Type) - Method in class org.bridj.cs.dotnet.DotNetRuntime
 
register(Type) - Method in class org.bridj.cs.mono.MonoRuntime
 
register(Type) - Method in class org.bridj.objc.ObjectiveCRuntime
 
RegisterActiveObject(Pointer<IUnknown>, int) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
registerStructIO(Class, Type, StructIO) - Static method in class org.bridj.StructIO
 
RegisterTab(Pointer<Integer>, Pointer<Integer>) - Method in class org.bridj.cpp.com.shell.ITaskbarList3
 
RegisterTypeLib(Pointer<OLEAutomationLibrary.ITypeLib>, Pointer<Character>, Pointer<Character>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
RegisterTypeLibForUser(Pointer<OLEAutomationLibrary.ITypeLib>, Pointer<Character>, Pointer<Character>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
Release() - Method in class org.bridj.cpp.com.IUnknown
 
release() - Method in class org.bridj.NativeEntities
Free everything (native callbacks, bindings, etc...).
release() - Method in class org.bridj.NativeLibrary
 
release() - Method in class org.bridj.Pointer
Manually release the memory pointed by this pointer if it was allocated on the Java side.
release(Pointer...) - Static method in class org.bridj.Pointer
Release pointers, if they're not null (see Pointer.release()).
release(Pointer<?>) - Method in interface org.bridj.Pointer.Releaser
 
releaseAll() - Static method in class org.bridj.BridJ
Reclaims all the memory allocated by BridJ in the JVM and on the native side.
releaseLibrary(String) - Static method in class org.bridj.BridJ
 
releaseLibrary(File) - Static method in class org.bridj.BridJ
 
resolveClassType(CPPObject, TypeVariable<?>) - Method in class org.bridj.cpp.CPPRuntime.CPPTypeInfo
 
resolveMethodType(CPPObject, Object[], TypeVariable<?>) - Method in class org.bridj.cpp.CPPRuntime.CPPTypeInfo
 
respondsTo(SEL) - Method in class org.bridj.objc.ObjCObject
 
RevokeActiveObject(int) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
rgdispidNamedArgs() - Method in class org.bridj.cpp.com.IDispatch.DISPPARAMS
 
rgsabound() - Method in class org.bridj.cpp.com.SAFEARRAY
 
rgvarg() - Method in class org.bridj.cpp.com.IDispatch.DISPPARAMS
 
right() - Method in class org.bridj.cpp.com.RECT
 
right(long) - Method in class org.bridj.cpp.com.RECT
 
right_$eq(long) - Method in class org.bridj.cpp.com.RECT
 
run(Component, long) - Method in interface org.bridj.jawt.JAWTUtils.LockedComponentRunnable
 
Runtime - Annotation Type in org.bridj.ann
Specify the runtime that should be used to bind native methods (default is CRuntime if no annotation is provided).

S

S_FALSE - Static variable in class org.bridj.cpp.com.COMRuntime
 
S_OK - Static variable in class org.bridj.cpp.com.COMRuntime
 
SAFEARRAY - Class in org.bridj.cpp.com
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
SAFEARRAY() - Constructor for class org.bridj.cpp.com.SAFEARRAY
 
SafeArrayAccessData(Pointer<SAFEARRAY>, Pointer<Pointer<?>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayAllocData(Pointer<SAFEARRAY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayAllocDescriptor(int, Pointer<Pointer<SAFEARRAY>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayAllocDescriptorEx(short, int, Pointer<Pointer<SAFEARRAY>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SAFEARRAYBOUND - Class in org.bridj.cpp.com
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
SAFEARRAYBOUND() - Constructor for class org.bridj.cpp.com.SAFEARRAYBOUND
 
SafeArrayCopy(Pointer<SAFEARRAY>, Pointer<Pointer<SAFEARRAY>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayCopyData(Pointer<SAFEARRAY>, Pointer<SAFEARRAY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayCreate(short, int, Pointer<SAFEARRAYBOUND>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayCreateEx(short, int, Pointer<SAFEARRAYBOUND>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayCreateVector(short, long, int) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayCreateVectorEx(short, long, int) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayDestroy(Pointer<SAFEARRAY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayDestroyData(Pointer<SAFEARRAY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayDestroyDescriptor(Pointer<SAFEARRAY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayGetDim(Pointer<SAFEARRAY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayGetElement(Pointer<SAFEARRAY>, Pointer<CLong>, Pointer<?>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayGetElemsize(Pointer<SAFEARRAY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayGetIID(Pointer<SAFEARRAY>, Pointer<GUID>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayGetLBound(Pointer<SAFEARRAY>, int, Pointer<CLong>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayGetRecordInfo(Pointer<SAFEARRAY>, Pointer<Pointer<IRecordInfo>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayGetUBound(Pointer<SAFEARRAY>, int, Pointer<CLong>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayGetVartype(Pointer<SAFEARRAY>, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayLock(Pointer<SAFEARRAY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayPtrOfIndex(Pointer<SAFEARRAY>, Pointer<CLong>, Pointer<Pointer<?>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayPutElement(Pointer<SAFEARRAY>, Pointer<CLong>, Pointer<?>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayRedim(Pointer<SAFEARRAY>, Pointer<SAFEARRAYBOUND>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArraySetIID(Pointer<SAFEARRAY>, Pointer<GUID>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArraySetRecordInfo(Pointer<SAFEARRAY>, Pointer<IRecordInfo>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayUnaccessData(Pointer<SAFEARRAY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SafeArrayUnlock(Pointer<SAFEARRAY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
scale() - Method in class org.bridj.cpp.com.DECIMAL
 
scale(byte) - Method in class org.bridj.cpp.com.DECIMAL
 
scale_$eq(byte) - Method in class org.bridj.cpp.com.DECIMAL
 
scode() - Method in class org.bridj.cpp.com.IDispatch.EXCEPINFO
 
scode() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_ERROR
C type : SCODE
scode(int) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_ERROR
C type : SCODE
scode_$eq(int) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
seconds() - Method in class org.bridj.TimeT.timeval
 
seconds(long) - Method in class org.bridj.TimeT.timeval
 
seconds_$eq(long) - Method in class org.bridj.TimeT.timeval
 
SEL - Class in org.bridj.objc
 
SEL(long) - Constructor for class org.bridj.objc.SEL
 
SEL(Pointer<?>) - Constructor for class org.bridj.objc.SEL
 
selector() - Method in class org.bridj.objc.NSInvocation
 
Selector - Annotation Type in org.bridj.objc
 
SendMessage(int, int, int) - Method in class org.bridj.cpp.mfc.CWnd
 
set(T) - Method in class org.bridj.Pointer
Assign a value to the pointed memory location, and return it (different behaviour from List.set(int, Object) which returns the old value of that element !!!).
set(long, T) - Method in class org.bridj.Pointer
Sets the n-th element from this pointer, and return it (different behaviour from List.set(int, Object) which returns the old value of that element !!!).
set(int, Object) - Method in class org.bridj.util.Tuple
 
SetActiveAlt(Pointer<Integer>) - Method in class org.bridj.cpp.com.shell.ITaskbarList
 
setAddress(long) - Method in class org.bridj.demangling.Demangler.Symbol
 
setApplication(Application) - Static method in class org.bridj.AndroidSupport
 
setArgument_atIndex(Pointer<?>, long) - Method in class org.bridj.objc.NSInvocation
 
setArgumentsStackSize(Integer) - Method in class org.bridj.demangling.Demangler.MemberRef
 
setArray(Object) - Method in class org.bridj.Pointer
Write an array of elements to the pointed memory location.
setArray(Pointer<T>, long, Object) - Method in class org.bridj.PointerIO
 
setArrayAtOffset(long, Object) - Method in class org.bridj.Pointer
Write an array of elements to the pointed memory location shifted by a byte offset.
setBoolean(boolean) - Method in class org.bridj.Pointer
Write a boolean value to the pointed memory location
setBooleanAtOffset(long, boolean) - Method in class org.bridj.Pointer
Read a boolean value from the pointed memory location shifted by a byte offset
setBooleanField(StructObject, int, boolean) - Method in class org.bridj.StructIO
 
setBooleans(boolean[]) - Method in class org.bridj.Pointer
Write an array of boolean values of the specified length to the pointed memory location
setBooleansAtOffset(long, boolean[]) - Method in class org.bridj.Pointer
Write an array of boolean values of the specified length to the pointed memory location shifted by a byte offset
setBooleansAtOffset(long, boolean[], int, int) - Method in class org.bridj.Pointer
Write an array of boolean values of the specified length to the pointed memory location shifted by a byte offset, reading values at the given array offset and for the given length from the provided array.
setByte(byte) - Method in class org.bridj.Pointer
Write a byte value to the pointed memory location
setByteAtOffset(long, byte) - Method in class org.bridj.Pointer
Read a byte value from the pointed memory location shifted by a byte offset
setByteField(StructObject, int, byte) - Method in class org.bridj.StructIO
 
setBytes(byte[]) - Method in class org.bridj.Pointer
Write an array of byte values of the specified length to the pointed memory location
setBytes(ByteBuffer) - Method in class org.bridj.Pointer
Write a buffer of byte values of the specified length to the pointed memory location
setBytesAtOffset(long, byte[]) - Method in class org.bridj.Pointer
Write an array of byte values of the specified length to the pointed memory location shifted by a byte offset
setBytesAtOffset(long, byte[], int, int) - Method in class org.bridj.Pointer
Write an array of byte values of the specified length to the pointed memory location shifted by a byte offset, reading values at the given array offset and for the given length from the provided array.
setBytesAtOffset(long, ByteBuffer) - Method in class org.bridj.Pointer
Write a buffer of byte values of the specified length to the pointed memory location shifted by a byte offset
setBytesAtOffset(long, ByteBuffer, long, long) - Method in class org.bridj.Pointer
Write a buffer of byte values of the specified length to the pointed memory location shifted by a byte offset, reading values at the given buffer offset and for the given length from the provided buffer.
setCallingConvention(Convention.Style) - Method in class org.bridj.MethodCallInfo
 
setChar(char) - Method in class org.bridj.Pointer
Write a char value to the pointed memory location
setCharAtOffset(long, char) - Method in class org.bridj.Pointer
Read a char value from the pointed memory location shifted by a byte offset
setCharField(StructObject, int, char) - Method in class org.bridj.StructIO
 
setChars(char[]) - Method in class org.bridj.Pointer
Write an array of char values of the specified length to the pointed memory location
setChars(CharBuffer) - Method in class org.bridj.Pointer
Write a buffer of char values of the specified length to the pointed memory location
setCharsAtOffset(long, char[]) - Method in class org.bridj.Pointer
Write an array of char values of the specified length to the pointed memory location shifted by a byte offset
setCharsAtOffset(long, char[], int, int) - Method in class org.bridj.Pointer
Write an array of char values of the specified length to the pointed memory location shifted by a byte offset, reading values at the given array offset and for the given length from the provided array.
setCharsAtOffset(long, CharBuffer) - Method in class org.bridj.Pointer
Write a buffer of char values of the specified length to the pointed memory location shifted by a byte offset
setCharsAtOffset(long, CharBuffer, long, long) - Method in class org.bridj.Pointer
Write a buffer of char values of the specified length to the pointed memory location shifted by a byte offset, reading values at the given buffer offset and for the given length from the provided buffer.
setCLong(long) - Method in class org.bridj.Pointer
Write a CLong value to the pointed memory location
setCLong(CLong) - Method in class org.bridj.Pointer
Write a CLong value to the pointed memory location
setCLongAtOffset(long, long) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.setCLong(long) over this method.
setCLongAtOffset(long, CLong) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.setCLong(CLong) over this method.
setCLongField(StructObject, int, long) - Method in class org.bridj.StructIO
 
setCLongs(long[]) - Method in class org.bridj.Pointer
Write an array of CLong values to the pointed memory location
setCLongs(int[]) - Method in class org.bridj.Pointer
Write an array of CLong values to the pointed memory location
setCLongs(CLong[]) - Method in class org.bridj.Pointer
Write an array of CLong values to the pointed memory location
setCLongsAtOffset(long, long[]) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.setCLongs(long[]) over this method.
setCLongsAtOffset(long, long[], int, int) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.setCLongs(long[]) over this method.
setCLongsAtOffset(long, CLong...) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.setCLongs(CLong...) over this method.
setCLongsAtOffset(long, int[]) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.setCLongs(int[]) over this method.
setCString(String) - Method in class org.bridj.Pointer
Write a C string using the default charset to the pointed memory location (see Pointer.StringType.C).
setCStringAtOffset(long, String) - Method in class org.bridj.Pointer
Write a C string using the default charset to the pointed memory location shifted by a byte offset (see Pointer.StringType.C).
setDcCallingConvention(int) - Method in class org.bridj.MethodCallInfo
 
setDeclaringClass(Class<?>) - Method in class org.bridj.MethodCallInfo
 
setDouble(double) - Method in class org.bridj.Pointer
Write a double value to the pointed memory location
setDoubleAtOffset(long, double) - Method in class org.bridj.Pointer
Read a double value from the pointed memory location shifted by a byte offset
setDoubleField(StructObject, int, double) - Method in class org.bridj.StructIO
 
setDoubles(double[]) - Method in class org.bridj.Pointer
Write an array of double values of the specified length to the pointed memory location
setDoubles(DoubleBuffer) - Method in class org.bridj.Pointer
Write a buffer of double values of the specified length to the pointed memory location
setDoublesAtOffset(long, double[]) - Method in class org.bridj.Pointer
Write an array of double values of the specified length to the pointed memory location shifted by a byte offset
setDoublesAtOffset(long, double[], int, int) - Method in class org.bridj.Pointer
Write an array of double values of the specified length to the pointed memory location shifted by a byte offset, reading values at the given array offset and for the given length from the provided array.
setDoublesAtOffset(long, DoubleBuffer) - Method in class org.bridj.Pointer
Write a buffer of double values of the specified length to the pointed memory location shifted by a byte offset
setDoublesAtOffset(long, DoubleBuffer, long, long) - Method in class org.bridj.Pointer
Write a buffer of double values of the specified length to the pointed memory location shifted by a byte offset, reading values at the given buffer offset and for the given length from the provided buffer.
setEnclosingType(Demangler.TypeRef) - Method in class org.bridj.demangling.Demangler.ClassRef
 
setEnclosingType(Demangler.TypeRef) - Method in class org.bridj.demangling.Demangler.MemberRef
 
setEnumField(StructObject, int, ValuedEnum<?>) - Method in class org.bridj.StructIO
 
SetErrorInfo(int, Pointer<OLEAutomationLibrary.IErrorInfo>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
setFieldOffset(String, long, boolean) - Method in class org.bridj.StructIO
 
setFirst(U) - Method in class org.bridj.util.Pair
 
setFloat(float) - Method in class org.bridj.Pointer
Write a float value to the pointed memory location
setFloatAtOffset(long, float) - Method in class org.bridj.Pointer
Read a float value from the pointed memory location shifted by a byte offset
setFloatField(StructObject, int, float) - Method in class org.bridj.StructIO
 
setFloats(float[]) - Method in class org.bridj.Pointer
Write an array of float values of the specified length to the pointed memory location
setFloats(FloatBuffer) - Method in class org.bridj.Pointer
Write a buffer of float values of the specified length to the pointed memory location
setFloatsAtOffset(long, float[]) - Method in class org.bridj.Pointer
Write an array of float values of the specified length to the pointed memory location shifted by a byte offset
setFloatsAtOffset(long, float[], int, int) - Method in class org.bridj.Pointer
Write an array of float values of the specified length to the pointed memory location shifted by a byte offset, reading values at the given array offset and for the given length from the provided array.
setFloatsAtOffset(long, FloatBuffer) - Method in class org.bridj.Pointer
Write a buffer of float values of the specified length to the pointed memory location shifted by a byte offset
setFloatsAtOffset(long, FloatBuffer, long, long) - Method in class org.bridj.Pointer
Write a buffer of float values of the specified length to the pointed memory location shifted by a byte offset, reading values at the given buffer offset and for the given length from the provided buffer.
setForwardedPointer(long) - Method in class org.bridj.MethodCallInfo
 
setGenericCallback(boolean) - Method in class org.bridj.MethodCallInfo
 
setInt(int) - Method in class org.bridj.Pointer
Write a int value to the pointed memory location
setIntAtOffset(long, int) - Method in class org.bridj.Pointer
Read a int value from the pointed memory location shifted by a byte offset
setIntField(StructObject, int, int) - Method in class org.bridj.StructIO
 
setInts(int[]) - Method in class org.bridj.Pointer
Write an array of int values of the specified length to the pointed memory location
setInts(IntBuffer) - Method in class org.bridj.Pointer
Write a buffer of int values of the specified length to the pointed memory location
setIntsAtOffset(long, int[]) - Method in class org.bridj.Pointer
Write an array of int values of the specified length to the pointed memory location shifted by a byte offset
setIntsAtOffset(long, int[], int, int) - Method in class org.bridj.Pointer
Write an array of int values of the specified length to the pointed memory location shifted by a byte offset, reading values at the given array offset and for the given length from the provided array.
setIntsAtOffset(long, IntBuffer) - Method in class org.bridj.Pointer
Write a buffer of int values of the specified length to the pointed memory location shifted by a byte offset
setIntsAtOffset(long, IntBuffer, long, long) - Method in class org.bridj.Pointer
Write a buffer of int values of the specified length to the pointed memory location shifted by a byte offset, reading values at the given buffer offset and for the given length from the provided buffer.
setJavaCallback(Object) - Method in class org.bridj.MethodCallInfo
 
setJavaObjectFromNativePeer(long, O) - Static method in class org.bridj.BridJ
 
setJavaSignature(String) - Method in class org.bridj.MethodCallInfo
 
setLong(long) - Method in class org.bridj.Pointer
Write a long value to the pointed memory location
setLongAtOffset(long, long) - Method in class org.bridj.Pointer
Read a long value from the pointed memory location shifted by a byte offset
setLongField(StructObject, int, long) - Method in class org.bridj.StructIO
 
setLongs(long[]) - Method in class org.bridj.Pointer
Write an array of long values of the specified length to the pointed memory location
setLongs(LongBuffer) - Method in class org.bridj.Pointer
Write a buffer of long values of the specified length to the pointed memory location
setLongsAtOffset(long, long[]) - Method in class org.bridj.Pointer
Write an array of long values of the specified length to the pointed memory location shifted by a byte offset
setLongsAtOffset(long, long[], int, int) - Method in class org.bridj.Pointer
Write an array of long values of the specified length to the pointed memory location shifted by a byte offset, reading values at the given array offset and for the given length from the provided array.
setLongsAtOffset(long, LongBuffer) - Method in class org.bridj.Pointer
Write a buffer of long values of the specified length to the pointed memory location shifted by a byte offset
setLongsAtOffset(long, LongBuffer, long, long) - Method in class org.bridj.Pointer
Write a buffer of long values of the specified length to the pointed memory location shifted by a byte offset, reading values at the given buffer offset and for the given length from the provided buffer.
setMemberName(Demangler.IdentLike) - Method in class org.bridj.demangling.Demangler.MemberRef
 
setMethod(Method) - Method in class org.bridj.MethodCallInfo
 
setMinLogLevel(Level) - Static method in class org.bridj.BridJ
 
setNativeClass(long) - Method in class org.bridj.MethodCallInfo
 
setNativeLibraryActualName(String, String) - Static method in class org.bridj.BridJ
Define the actual name of a library.
setNativeLibraryFile(String, File) - Static method in class org.bridj.BridJ
Associate a library name (e.g.
setNativeObject(O, Type) - Method in class org.bridj.Pointer
Write a native object value to the pointed memory location
setNativeObjectField(StructObject, int, O) - Method in class org.bridj.StructIO
 
setOrphanEntities(NativeEntities) - Static method in class org.bridj.BridJ
 
SetOverlayIcon(Pointer<Integer>, Pointer<?>, Pointer<Character>) - Method in class org.bridj.cpp.com.shell.ITaskbarList3
 
setPointer(Pointer<?>) - Method in class org.bridj.Pointer
Write a pointer value to the pointed memory location
setPointerAtOffset(long, Pointer<?>) - Method in class org.bridj.Pointer
Write a pointer value to the pointed memory location shifted by a byte offset
setPointerField(StructObject, int, Pointer<T>) - Method in class org.bridj.StructIO
 
setPointers(Pointer<?>[]) - Method in class org.bridj.Pointer
Write an array of pointer values to the pointed memory location
setPointersAtOffset(long, Pointer<?>[]) - Method in class org.bridj.Pointer
Write an array of pointer values to the pointed memory location shifted by a byte offset
setPointersAtOffset(long, Pointer<?>[], int, int) - Method in class org.bridj.Pointer
Write length pointer values from the given array (starting at the given value offset) to the pointed memory location shifted by a byte offset
SetProgressState(Pointer<Integer>, ValuedEnum<ITaskbarList3.TbpFlag>) - Method in class org.bridj.cpp.com.shell.ITaskbarList3
 
SetProgressValue(Pointer<Integer>, long, long) - Method in class org.bridj.cpp.com.shell.ITaskbarList3
 
setReturnValue(Pointer<?>) - Method in class org.bridj.objc.NSInvocation
 
setSecond(V) - Method in class org.bridj.util.Pair
 
setSelector(SEL) - Method in class org.bridj.objc.NSInvocation
 
setShort(short) - Method in class org.bridj.Pointer
Write a short value to the pointed memory location
setShortAtOffset(long, short) - Method in class org.bridj.Pointer
Read a short value from the pointed memory location shifted by a byte offset
setShortField(StructObject, int, short) - Method in class org.bridj.StructIO
 
setShorts(short[]) - Method in class org.bridj.Pointer
Write an array of short values of the specified length to the pointed memory location
setShorts(ShortBuffer) - Method in class org.bridj.Pointer
Write a buffer of short values of the specified length to the pointed memory location
setShortsAtOffset(long, short[]) - Method in class org.bridj.Pointer
Write an array of short values of the specified length to the pointed memory location shifted by a byte offset
setShortsAtOffset(long, short[], int, int) - Method in class org.bridj.Pointer
Write an array of short values of the specified length to the pointed memory location shifted by a byte offset, reading values at the given array offset and for the given length from the provided array.
setShortsAtOffset(long, ShortBuffer) - Method in class org.bridj.Pointer
Write a buffer of short values of the specified length to the pointed memory location shifted by a byte offset
setShortsAtOffset(long, ShortBuffer, long, long) - Method in class org.bridj.Pointer
Write a buffer of short values of the specified length to the pointed memory location shifted by a byte offset, reading values at the given buffer offset and for the given length from the provided buffer.
setSizeT(long) - Method in class org.bridj.Pointer
Write a SizeT value to the pointed memory location
setSizeT(SizeT) - Method in class org.bridj.Pointer
Write a SizeT value to the pointed memory location
setSizeTAtOffset(long, long) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.setSizeT(long) over this method.
setSizeTAtOffset(long, SizeT) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.setSizeT(SizeT) over this method.
setSizeTField(StructObject, int, long) - Method in class org.bridj.StructIO
 
setSizeTs(long[]) - Method in class org.bridj.Pointer
Write an array of SizeT values to the pointed memory location
setSizeTs(int[]) - Method in class org.bridj.Pointer
Write an array of SizeT values to the pointed memory location
setSizeTs(SizeT[]) - Method in class org.bridj.Pointer
Write an array of SizeT values to the pointed memory location
setSizeTsAtOffset(long, long[]) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.setSizeTs(long[]) over this method.
setSizeTsAtOffset(long, long[], int, int) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.setSizeTs(long[]) over this method.
setSizeTsAtOffset(long, SizeT...) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.setSizeTs(SizeT...) over this method.
setSizeTsAtOffset(long, int[]) - Method in class org.bridj.Pointer
Deprecated. Avoid using the byte offset methods variants unless you know what you're doing (may cause alignment issues). Please favour Pointer.setSizeTs(int[]) over this method.
setString(String, Pointer.StringType) - Method in class org.bridj.Pointer
Write a native string to the pointed memory location using the default charset.
setStringAtOffset(long, String, Pointer.StringType, Charset) - Method in class org.bridj.Pointer
Write a native string to the pointed memory location shifted by a byte offset, using the provided charset or the system's default if not provided.
setSymbolName(String) - Method in class org.bridj.MethodCallInfo
 
SetTabActive(Pointer<Integer>, Pointer<Integer>, int) - Method in class org.bridj.cpp.com.shell.ITaskbarList3
 
SetTabOrder(Pointer<Integer>, Pointer<Integer>) - Method in class org.bridj.cpp.com.shell.ITaskbarList3
 
setTarget(Pointer<? extends ObjCObject>) - Method in class org.bridj.objc.NSInvocation
 
setTemplateArguments(Demangler.TemplateArg[]) - Method in class org.bridj.demangling.Demangler.MemberRef
 
setTemplateParameters(CPPObject, Class<?>, Object[]) - Method in class org.bridj.cpp.CPPRuntime
 
SetThumbnailClip(Pointer<Integer>, Pointer<ITaskbarList3.RECT>) - Method in class org.bridj.cpp.com.shell.ITaskbarList3
 
SetThumbnailTooltip(Pointer<Integer>, Pointer<Character>) - Method in class org.bridj.cpp.com.shell.ITaskbarList3
 
setValue(VARIANT, Object) - Static method in class org.bridj.cpp.com.COMRuntime
 
setValue(Object) - Method in class org.bridj.cpp.com.VARIANT
 
setValue(V) - Method in class org.bridj.util.Pair
 
setValues(Buffer) - Method in class org.bridj.Pointer
Copy values from an NIO buffer to the pointed memory location
setValuesAtOffset(long, Buffer) - Method in class org.bridj.Pointer
Copy all values from an NIO buffer to the pointed memory location shifted by a byte offset
setValuesAtOffset(long, Buffer, int, int) - Method in class org.bridj.Pointer
Copy length values from an NIO buffer (beginning at element at valuesOffset index) to the pointed memory location shifted by a byte offset
setValueType(Demangler.TypeRef) - Method in class org.bridj.demangling.Demangler.MemberRef
 
setVirtualIndex(int) - Method in class org.bridj.MethodCallInfo
Used for C++ virtual indexes and for struct fields ids
setWideCString(String) - Method in class org.bridj.Pointer
Write a WideC string using the default charset to the pointed memory location (see Pointer.StringType.WideC).
setWideCStringAtOffset(long, String) - Method in class org.bridj.Pointer
Write a WideC string using the default charset to the pointed memory location shifted by a byte offset (see Pointer.StringType.WideC).
SetWindowText(Pointer<CString>) - Method in class org.bridj.cpp.mfc.CWnd
 
shortValue() - Method in class org.bridj.objc.NSNumber
 
show(File) - Static method in class org.bridj.Platform
Show a file in its parent directory, if possible selecting the file (not possible on all platforms).
sign() - Method in class org.bridj.cpp.com.DECIMAL
 
sign(byte) - Method in class org.bridj.cpp.com.DECIMAL
 
sign_$eq(byte) - Method in class org.bridj.cpp.com.DECIMAL
 
signatureWithObjCTypes(Pointer<Byte>) - Static method in class org.bridj.objc.NSMethodSignature
 
SIZE - Static variable in class org.bridj.CLong
 
size() - Method in class org.bridj.cpp.std.vector
 
SIZE - Static variable in class org.bridj.Pointer
Size of a pointer in bytes.
SIZE - Static variable in class org.bridj.SizeT
 
SIZE - Static variable in class org.bridj.TimeT
 
size() - Method in class org.bridj.util.Tuple
 
SIZE_T_SIZE - Static variable in class org.bridj.Platform
 
sizeOf(Type) - Static method in class org.bridj.BridJ
 
sizeOf() - Method in interface org.bridj.BridJRuntime.TypeInfo
 
sizeOf() - Method in class org.bridj.cpp.CPPRuntime.CPPTypeInfo
 
sizeOf() - Method in class org.bridj.CRuntime.CTypeInfo
 
sizeOf(Type, StructIO) - Method in class org.bridj.CRuntime
 
SizeT - Class in org.bridj
Wraps a value which size is the same as the 'size_t' C type (32 bits on a 32 bits platform, 64 bits on a 64 bits platform)
SizeT(long) - Constructor for class org.bridj.SizeT
 
SKIP_CONSTRUCTOR - Static variable in class org.bridj.cpp.CPPRuntime
 
st() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.UDATE
 
StandardAfxCommands - Interface in org.bridj.cpp.mfc
 
startJavaProcess(Class<?>, List<?>) - Static method in class org.bridj.util.ProcessUtils
 
STDOLE2_LCID - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
STDOLE2_MAJORVERNUM - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
STDOLE2_MINORVERNUM - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
STDOLE_LCID - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
STDOLE_MAJORVERNUM - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
STDOLE_MINORVERNUM - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
STL - Class in org.bridj.cpp.std
Util methods for STL bindings in BridJ, intended for internal use only.
STL() - Constructor for class org.bridj.cpp.std.STL
 
Store(Pointer<CArchive>) - Method in class org.bridj.cpp.mfc.CRuntimeClass
 
StringUtils - Class in org.bridj.util
 
StringUtils() - Constructor for class org.bridj.util.StringUtils
 
stringValue() - Method in class org.bridj.objc.ObjCObject
 
Struct - Annotation Type in org.bridj.ann
Struct details such as explicit fields packing and padding.
StructIO - Class in org.bridj
Representation of a C struct's memory layout, built thanks to the annotations found in the Java bindings.
StructIO(Class<?>, Type) - Constructor for class org.bridj.StructIO
 
StructIO.AggregatedFieldDesc - Class in org.bridj
 
StructIO.AggregatedFieldDesc() - Constructor for class org.bridj.StructIO.AggregatedFieldDesc
 
StructIO.Customizer - Interface in org.bridj
Deprecated. The StructIO API is subject to future changes. Use this with care and be prepared to migrate your code...
StructIO.DefaultCustomizer - Class in org.bridj
 
StructIO.DefaultCustomizer() - Constructor for class org.bridj.StructIO.DefaultCustomizer
 
StructIO.FieldDecl - Class in org.bridj
 
StructIO.FieldDecl() - Constructor for class org.bridj.StructIO.FieldDecl
 
StructIO.FieldDesc - Class in org.bridj
Internal metadata on a struct field
StructIO.FieldDesc() - Constructor for class org.bridj.StructIO.FieldDesc
 
StructObject - Class in org.bridj
Base class for C structs.
Symbol - Annotation Type in org.bridj.ann
Specify the raw native shared symbol for a function / method, including the mangling (C++, __stdcall...).
SysAllocString(Pointer<Character>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SysAllocStringByteLen(int) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SysAllocStringLen(Pointer<Character>, int) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SysFreeString(Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SysReAllocString(Pointer<Pointer<Byte>>, Pointer<Character>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SysReAllocStringLen(Pointer<Pointer<Byte>>, Pointer<Character>, int) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SysStringByteLen(Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SysStringLen(Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
SystemTimeToVariantTime(Pointer<OLEAutomationLibrary.SYSTEMTIME>, Pointer<Double>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
szName() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
Name of method
C type : OLECHAR*
szName(Pointer<Character>) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
Name of method
C type : OLECHAR*
szName() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.PARAMDATA
Name of Parameter
C type : OLECHAR*
szName(Pointer<Character>) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.PARAMDATA
Name of Parameter
C type : OLECHAR*
szName_$eq(Pointer<Character>) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
 
szName_$eq(Pointer<Character>) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.PARAMDATA
 
szTip() - Method in class org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTON
 
szTip(Pointer<Character>) - Method in class org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTON
 

T

target() - Method in class org.bridj.jawt.JAWT_DrawingSurface
Cached reference to the target object
C type : void*
target() - Method in class org.bridj.objc.NSInvocation
 
Template - Annotation Type in org.bridj.ann
C++ template parameters metadata
TestMFC - Class in org.bridj.cpp.mfc
 
TestMFC() - Constructor for class org.bridj.cpp.mfc.TestMFC
 
throwTypes - Variable in class org.bridj.demangling.Demangler.MemberRef
 
ThumbBarAddButtons(Pointer<Integer>, int, Pointer<ITaskbarList3.THUMBBUTTON>) - Method in class org.bridj.cpp.com.shell.ITaskbarList3
 
ThumbBarSetImageList(Pointer<Integer>, Pointer<Integer>) - Method in class org.bridj.cpp.com.shell.ITaskbarList3
 
ThumbBarUpdateButtons(Pointer<Integer>, int, Pointer<ITaskbarList3.THUMBBUTTON>) - Method in class org.bridj.cpp.com.shell.ITaskbarList3
 
TIME_T_SIZE - Static variable in class org.bridj.Platform
 
TimeT - Class in org.bridj
Wraps a value which size is the same as the 'time_t' C type (defined in time.h)
TimeT(long) - Constructor for class org.bridj.TimeT
 
TimeT.timeval - Class in org.bridj
 
TimeT.timeval() - Constructor for class org.bridj.TimeT.timeval
 
TimeT.timeval_customizer - Class in org.bridj
 
TimeT.timeval_customizer() - Constructor for class org.bridj.TimeT.timeval_customizer
 
toArray() - Method in class org.bridj.Pointer
Create an array with all the values in the bounded memory area.
toArray(U[]) - Method in class org.bridj.Pointer
Create an array with all the values in the bounded memory area, reusing the provided array if its type is compatible and its size is big enough.
toDate() - Method in class org.bridj.TimeT
 
toEnum() - Method in class org.bridj.FlagSet
 
toMap() - Method in class org.bridj.objc.NSDictionary
 
top() - Method in class org.bridj.cpp.com.RECT
 
top(long) - Method in class org.bridj.cpp.com.RECT
 
top_$eq(long) - Method in class org.bridj.cpp.com.RECT
 
toPointer() - Method in class org.bridj.Callback
 
toString(VARIANT) - Static method in class org.bridj.cpp.com.COMRuntime
 
toString() - Method in class org.bridj.cpp.com.VARIANT
 
toString() - Method in class org.bridj.cpp.CPPType
 
toString() - Method in class org.bridj.demangling.Demangler.ClassRef
 
toString() - Method in class org.bridj.demangling.Demangler.Constant
 
toString() - Method in class org.bridj.demangling.Demangler.FunctionTypeRef
 
toString() - Method in class org.bridj.demangling.Demangler.Ident
 
toString() - Method in class org.bridj.demangling.Demangler.JavaTypeRef
 
toString() - Method in class org.bridj.demangling.Demangler.MemberRef
 
toString() - Method in class org.bridj.demangling.Demangler.NamespaceRef
 
toString() - Method in class org.bridj.demangling.Demangler.PointerTypeRef
 
toString() - Method in enum org.bridj.demangling.Demangler.SpecialName
 
toString() - Method in class org.bridj.demangling.Demangler.Symbol
 
toString() - Method in class org.bridj.DynamicFunction
 
toString() - Method in class org.bridj.DynamicFunctionFactory
 
toString() - Method in class org.bridj.FlagSet
 
toString() - Method in class org.bridj.objc.NSString
 
toString() - Method in class org.bridj.objc.ObjCObject
 
toString() - Method in class org.bridj.objc.SEL
 
toString() - Method in class org.bridj.Pointer
 
toString() - Method in class org.bridj.StructIO.FieldDecl
 
toString() - Method in class org.bridj.StructIO.FieldDesc
 
toString() - Method in class org.bridj.StructIO
 
toString() - Method in class org.bridj.StructObject
Creates a String out of this struct using BridJ.describe(this) (see BridJ.describe(NativeObject)).
toString() - Method in class org.bridj.TimeT
 
toString() - Method in class org.bridj.util.DefaultParameterizedType
 
toString() - Method in class org.bridj.util.Pair
 
toString() - Method in class org.bridj.util.Tuple
 
toString(Type) - Static method in class org.bridj.util.Utils
 
toString(Throwable) - Static method in class org.bridj.util.Utils
 
Tuple - Class in org.bridj.util
 
Tuple(Object[]) - Constructor for class org.bridj.util.Tuple
 
Tuple(int) - Constructor for class org.bridj.util.Tuple
 
TypedPointer - Class in org.bridj
Class used by JNAerator to represent pointers to unknown structs that were typedef-ed in the following frequent pattern : typedef struct _A *A;
TypedPointer(long) - Constructor for class org.bridj.TypedPointer
 
TypedPointer(Pointer<?>) - Constructor for class org.bridj.TypedPointer
 

U

uintVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_UINT
C type : UINT
uintVal(int) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_UINT
C type : UINT
uintVal_$eq(int) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
uiVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_UI2
C type : USHORT
uiVal(short) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_UI2
C type : USHORT
uiVal_$eq(short) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
ullVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
ullVal(long) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
ullVal_$eq(long) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
ulVal() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_UI4
C type : ULONG
ulVal(int) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
VT_UI4
C type : ULONG
ulVal_$eq(int) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
Union - Annotation Type in org.bridj.ann
Marks a struct as an union (same as putting unionWith = 0 in every Field annotation).
Unlock() - Method in class org.bridj.jawt.JAWT
 
Unlock() - Method in class org.bridj.jawt.JAWT_DrawingSurface
 
unprotectFromGC(T) - Static method in class org.bridj.BridJ
Drop the hard reference created with BridJ.protectFromGC(NativeObject).
unregister(Type) - Method in class org.bridj.AbstractBridJRuntime
 
unregister(Class<?>) - Static method in class org.bridj.BridJ
 
unregister(Type) - Method in interface org.bridj.BridJRuntime
 
UnregisterTab(Pointer<Integer>) - Method in class org.bridj.cpp.com.shell.ITaskbarList3
 
UnRegisterTypeLib(Pointer<GUID>, short, short, int, ValuedEnum<OLEAutomationLibrary.SYSKIND>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
UnRegisterTypeLibForUser(Pointer<GUID>, short, short, int, ValuedEnum<OLEAutomationLibrary.SYSKIND>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
update(long, T) - Method in class org.bridj.Pointer
Alias for Pointer.set(long, Object) defined for more natural use from the Scala language.
updateBuffer(Buffer) - Method in class org.bridj.Pointer
When a pointer was created with Pointer.pointerToBuffer(Buffer) on a non-direct buffer, a native copy of the buffer data was made.
useUnicodeVersionOfWindowsAPIs - Static variable in class org.bridj.Platform
Whether to use Unicode versions of Windows APIs rather than ANSI versions (for functions that haven't been bound yet : has no effect on functions that have already been bound).
UTF8String() - Method in class org.bridj.objc.NSString
 
Utils - Class in org.bridj.util
Miscellaneous utility methods.
Utils() - Constructor for class org.bridj.util.Utils
 

V

validBytes(long) - Method in class org.bridj.Pointer
Creates a pointer that has the given number of valid bytes ahead.
validElements(long) - Method in class org.bridj.Pointer
Creates a pointer that has the given number of valid elements ahead.
value - Variable in enum org.bridj.cpp.com.OLEAutomationLibrary.CALLCONV
 
value() - Method in enum org.bridj.cpp.com.OLEAutomationLibrary.CALLCONV
 
value - Variable in enum org.bridj.cpp.com.OLEAutomationLibrary.REGKIND
 
value() - Method in enum org.bridj.cpp.com.OLEAutomationLibrary.REGKIND
 
value - Variable in enum org.bridj.cpp.com.OLEAutomationLibrary.SYSKIND
 
value() - Method in enum org.bridj.cpp.com.OLEAutomationLibrary.SYSKIND
 
value - Variable in enum org.bridj.cpp.com.shell.ITaskbarList3.TbpFlag
 
value() - Method in enum org.bridj.cpp.com.shell.ITaskbarList3.TbpFlag
 
value() - Method in enum org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTONFLAGS
 
value - Variable in enum org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTONMASK
 
value() - Method in enum org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTONMASK
 
value - Variable in enum org.bridj.cpp.com.VARENUM
 
value() - Method in enum org.bridj.cpp.com.VARENUM
 
value() - Method in class org.bridj.FlagSet
Get the integral value of this FlagSet.
value() - Method in interface org.bridj.ValuedEnum
 
ValuedEnum<E extends Enum<E>> - Interface in org.bridj
Interface for Java enumerations that have an integral value associated
valueForKey(Pointer<NSString>) - Method in class org.bridj.objc.NSDictionary
 
valueOf(String) - Static method in enum org.bridj.ann.Convention.Style
Returns the enum constant of this type with the specified name.
valueOf(long) - Static method in class org.bridj.CLong
 
valueOf(String) - Static method in enum org.bridj.cpp.com.OLEAutomationLibrary.CALLCONV
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bridj.cpp.com.OLEAutomationLibrary.REGKIND
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bridj.cpp.com.OLEAutomationLibrary.SYSKIND
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bridj.cpp.com.shell.ITaskbarList3.TbpFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTONFLAGS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTONMASK
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bridj.cpp.com.VARENUM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bridj.cpp.mfc.AFXSignature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bridj.cpp.mfc.OnMessage.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bridj.demangling.Demangler.SpecialName
Returns the enum constant of this type with the specified name.
valueOf(Map<String, NSObject>) - Static method in class org.bridj.objc.NSDictionary
 
valueOf(String) - Static method in class org.bridj.objc.NSString
 
valueOf(String) - Static method in class org.bridj.objc.SEL
 
valueOf(String) - Static method in enum org.bridj.Pointer.ListType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bridj.Pointer.StringType
Returns the enum constant of this type with the specified name.
valueOf(long) - Static method in class org.bridj.SizeT
 
valueOf(long) - Static method in class org.bridj.TimeT
 
valueOf(Date) - Static method in class org.bridj.TimeT
 
values() - Static method in enum org.bridj.ann.Convention.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bridj.cpp.com.OLEAutomationLibrary.CALLCONV
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bridj.cpp.com.OLEAutomationLibrary.REGKIND
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bridj.cpp.com.OLEAutomationLibrary.SYSKIND
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bridj.cpp.com.shell.ITaskbarList3.TbpFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTONFLAGS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTONMASK
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bridj.cpp.com.VARENUM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bridj.cpp.mfc.AFXSignature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bridj.cpp.mfc.OnMessage.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bridj.demangling.Demangler.SpecialName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bridj.Pointer.ListType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bridj.Pointer.StringType
Returns an array containing the constants of this enum type, in the order they are declared.
VAR_CALENDAR_GREGORIAN - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VAR_CALENDAR_HIJRI - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VAR_CALENDAR_THAI - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VAR_DATEVALUEONLY - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VAR_FORMAT_NOSUBSTITUTE - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VAR_FOURDIGITYEARS - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VAR_LOCALBOOL - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VAR_TIMEVALUEONLY - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VAR_VALIDDATE - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarAbs(Pointer<VARIANT>, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarAdd(Pointer<VARIANT>, Pointer<VARIANT>, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarAnd(Pointer<VARIANT>, Pointer<VARIANT>, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBoolFromCy(CY, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBoolFromDate(OLEAutomationLibrary.DATE, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBoolFromDec(Pointer<DECIMAL>, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBoolFromDisp(Pointer<IDispatch>, int, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBoolFromI1(byte, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBoolFromI2(short, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBoolFromI4(long, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBoolFromI8(long, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBoolFromR4(float, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBoolFromR8(double, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBoolFromStr(Pointer<Character>, int, int, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBoolFromUI1(byte, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBoolFromUI2(short, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBoolFromUI4(int, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBoolFromUI8(long, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBstrCat(Pointer<Byte>, Pointer<Byte>, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBstrCmp(Pointer<Byte>, Pointer<Byte>, int, int) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBstrFromBool(short, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBstrFromCy(CY, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBstrFromDate(OLEAutomationLibrary.DATE, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBstrFromDec(Pointer<DECIMAL>, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBstrFromDisp(Pointer<IDispatch>, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBstrFromI1(byte, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBstrFromI2(short, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBstrFromI4(long, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBstrFromI8(long, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBstrFromR4(float, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBstrFromR8(double, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBstrFromUI1(byte, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBstrFromUI2(short, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBstrFromUI4(int, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarBstrFromUI8(long, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCat(Pointer<VARIANT>, Pointer<VARIANT>, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCmp(Pointer<VARIANT>, Pointer<VARIANT>, int, int) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VARCMP_EQ - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VARCMP_GT - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VARCMP_LT - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VARCMP_NULL - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyAbs(CY, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyAdd(CY, CY, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyCmp(CY, CY) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyCmpR8(CY, double) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyFix(CY, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyFromBool(short, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyFromDate(OLEAutomationLibrary.DATE, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyFromDec(Pointer<DECIMAL>, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyFromDisp(Pointer<IDispatch>, int, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyFromI1(byte, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyFromI2(short, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyFromI4(long, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyFromI8(long, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyFromR4(float, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyFromR8(double, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyFromStr(Pointer<Character>, int, int, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyFromUI1(byte, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyFromUI2(short, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyFromUI4(int, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyFromUI8(long, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyInt(CY, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyMul(CY, CY, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyMulI4(CY, long, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyMulI8(CY, long, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyNeg(CY, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCyRound(CY, int, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarCySub(CY, CY, Pointer<CY>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDateFromBool(short, Pointer<OLEAutomationLibrary.DATE>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDateFromCy(CY, Pointer<OLEAutomationLibrary.DATE>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDateFromDec(Pointer<DECIMAL>, Pointer<OLEAutomationLibrary.DATE>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDateFromDisp(Pointer<IDispatch>, int, Pointer<OLEAutomationLibrary.DATE>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDateFromI1(byte, Pointer<OLEAutomationLibrary.DATE>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDateFromI2(short, Pointer<OLEAutomationLibrary.DATE>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDateFromI4(long, Pointer<OLEAutomationLibrary.DATE>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDateFromI8(long, Pointer<OLEAutomationLibrary.DATE>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDateFromR4(float, Pointer<OLEAutomationLibrary.DATE>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDateFromR8(double, Pointer<OLEAutomationLibrary.DATE>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDateFromStr(Pointer<Character>, int, int, Pointer<OLEAutomationLibrary.DATE>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDateFromUdate(Pointer<OLEAutomationLibrary.UDATE>, int, Pointer<OLEAutomationLibrary.DATE>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDateFromUdateEx(Pointer<OLEAutomationLibrary.UDATE>, int, int, Pointer<OLEAutomationLibrary.DATE>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDateFromUI1(byte, Pointer<OLEAutomationLibrary.DATE>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDateFromUI2(short, Pointer<OLEAutomationLibrary.DATE>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDateFromUI4(int, Pointer<OLEAutomationLibrary.DATE>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDateFromUI8(long, Pointer<OLEAutomationLibrary.DATE>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecAbs(Pointer<DECIMAL>, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecAdd(Pointer<DECIMAL>, Pointer<DECIMAL>, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecCmp(Pointer<DECIMAL>, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecCmpR8(Pointer<DECIMAL>, double) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecDiv(Pointer<DECIMAL>, Pointer<DECIMAL>, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecFix(Pointer<DECIMAL>, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecFromBool(short, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecFromCy(CY, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecFromDate(OLEAutomationLibrary.DATE, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecFromDisp(Pointer<IDispatch>, int, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecFromI1(byte, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecFromI2(short, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecFromI4(long, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecFromI8(long, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecFromR4(float, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecFromR8(double, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecFromStr(Pointer<Character>, int, int, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecFromUI1(byte, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecFromUI2(short, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecFromUI4(int, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecFromUI8(long, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecInt(Pointer<DECIMAL>, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecMul(Pointer<DECIMAL>, Pointer<DECIMAL>, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecNeg(Pointer<DECIMAL>, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecRound(Pointer<DECIMAL>, int, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDecSub(Pointer<DECIMAL>, Pointer<DECIMAL>, Pointer<DECIMAL>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarDiv(Pointer<VARIANT>, Pointer<VARIANT>, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VARENUM - Enum in org.bridj.cpp.com
 
VarEqv(Pointer<VARIANT>, Pointer<VARIANT>, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarFix(Pointer<VARIANT>, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarFormat(Pointer<VARIANT>, Pointer<Character>, int, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarFormatCurrency(Pointer<VARIANT>, int, int, int, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarFormatDateTime(Pointer<VARIANT>, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarFormatFromTokens(Pointer<VARIANT>, Pointer<Character>, int, Pointer<Pointer<Byte>>, int) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarFormatNumber(Pointer<VARIANT>, int, int, int, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarFormatPercent(Pointer<VARIANT>, int, int, int, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI1FromBool(short, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI1FromCy(CY, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI1FromDate(OLEAutomationLibrary.DATE, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI1FromDec(Pointer<DECIMAL>, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI1FromDisp(Pointer<IDispatch>, int, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI1FromI2(short, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI1FromI4(long, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI1FromI8(long, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI1FromR4(float, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI1FromR8(double, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI1FromStr(Pointer<Character>, int, int, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI1FromUI1(byte, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI1FromUI2(short, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI1FromUI4(int, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI1FromUI8(long, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI2FromBool(short, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI2FromCy(CY, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI2FromDate(OLEAutomationLibrary.DATE, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI2FromDec(Pointer<DECIMAL>, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI2FromDisp(Pointer<IDispatch>, int, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI2FromI1(byte, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI2FromI4(long, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI2FromI8(long, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI2FromR4(float, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI2FromR8(double, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI2FromStr(Pointer<Character>, int, int, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI2FromUI1(byte, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI2FromUI2(short, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI2FromUI4(int, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI2FromUI8(long, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI4FromBool(short, Pointer<CLong>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI4FromCy(CY, Pointer<CLong>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI4FromDate(OLEAutomationLibrary.DATE, Pointer<CLong>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI4FromDec(Pointer<DECIMAL>, Pointer<CLong>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI4FromDisp(Pointer<IDispatch>, int, Pointer<CLong>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI4FromI1(byte, Pointer<CLong>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI4FromI2(short, Pointer<CLong>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI4FromI8(long, Pointer<CLong>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI4FromR4(float, Pointer<CLong>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI4FromR8(double, Pointer<CLong>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI4FromStr(Pointer<Character>, int, int, Pointer<CLong>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI4FromUI1(byte, Pointer<CLong>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI4FromUI2(short, Pointer<CLong>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI4FromUI4(int, Pointer<CLong>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI4FromUI8(long, Pointer<CLong>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI8FromBool(short, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI8FromCy(CY, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI8FromDate(OLEAutomationLibrary.DATE, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI8FromDec(Pointer<DECIMAL>, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI8FromDisp(Pointer<IDispatch>, int, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI8FromI1(byte, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI8FromI2(short, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI8FromI4(long, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI8FromInt(int, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI8FromR4(float, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI8FromR8(double, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI8FromStr(Pointer<Character>, int, int, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI8FromUI1(byte, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI8FromUI2(short, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI8FromUI4(int, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarI8FromUI8(long, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VARIANT - Class in org.bridj.cpp.com
Represents an object that can be interpreted as more than one type.
VARIANT(Object) - Constructor for class org.bridj.cpp.com.VARIANT
 
VARIANT() - Constructor for class org.bridj.cpp.com.VARIANT
 
VARIANT.__VARIANT_NAME_1_union - Class in org.bridj.cpp.com
 
VARIANT.__VARIANT_NAME_1_union() - Constructor for class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union
 
VARIANT.__VARIANT_NAME_1_union.__tagVARIANT - Class in org.bridj.cpp.com
 
VARIANT.__VARIANT_NAME_1_union.__tagVARIANT() - Constructor for class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT
 
VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union - Class in org.bridj.cpp.com
 
VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union() - Constructor for class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union.__tagBRECORD - Class in org.bridj.cpp.com
 
VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union.__tagBRECORD() - Constructor for class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union.__tagBRECORD
 
VARIANT_ALPHABOOL - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VARIANT_CALENDAR_GREGORIAN - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VARIANT_CALENDAR_HIJRI - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VARIANT_CALENDAR_THAI - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VARIANT_LOCALBOOL - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VARIANT_NOUSEROVERRIDE - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VARIANT_NOVALUEPROP - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VARIANT_USE_NLS - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VariantChangeType(Pointer<VARIANT>, Pointer<VARIANT>, short, short) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VariantChangeTypeEx(Pointer<VARIANT>, Pointer<VARIANT>, int, short, short) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VariantClear(Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VariantCopy(Pointer<VARIANT>, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VariantCopyInd(Pointer<VARIANT>, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VariantInit(Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VariantTimeToDosDateTime(double, Pointer<Short>, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VariantTimeToSystemTime(double, Pointer<OLEAutomationLibrary.SYSTEMTIME>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarIdiv(Pointer<VARIANT>, Pointer<VARIANT>, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarImp(Pointer<VARIANT>, Pointer<VARIANT>, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarInt(Pointer<VARIANT>, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarMod(Pointer<VARIANT>, Pointer<VARIANT>, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarMonthName(int, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarMul(Pointer<VARIANT>, Pointer<VARIANT>, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarNeg(Pointer<VARIANT>, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarNot(Pointer<VARIANT>, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarNumFromParseNum(Pointer<OLEAutomationLibrary.NUMPARSE>, Pointer<Byte>, int, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarOr(Pointer<VARIANT>, Pointer<VARIANT>, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarParseNumFromStr(Pointer<Character>, int, int, Pointer<OLEAutomationLibrary.NUMPARSE>, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarPow(Pointer<VARIANT>, Pointer<VARIANT>, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR4CmpR8(float, double) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR4FromBool(short, Pointer<Float>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR4FromCy(CY, Pointer<Float>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR4FromDate(OLEAutomationLibrary.DATE, Pointer<Float>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR4FromDec(Pointer<DECIMAL>, Pointer<Float>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR4FromDisp(Pointer<IDispatch>, int, Pointer<Float>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR4FromI1(byte, Pointer<Float>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR4FromI2(short, Pointer<Float>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR4FromI4(long, Pointer<Float>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR4FromI8(long, Pointer<Float>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR4FromR8(double, Pointer<Float>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR4FromStr(Pointer<Character>, int, int, Pointer<Float>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR4FromUI1(byte, Pointer<Float>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR4FromUI2(short, Pointer<Float>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR4FromUI4(int, Pointer<Float>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR4FromUI8(long, Pointer<Float>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR8FromBool(short, Pointer<Double>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR8FromCy(CY, Pointer<Double>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR8FromDate(OLEAutomationLibrary.DATE, Pointer<Double>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR8FromDec(Pointer<DECIMAL>, Pointer<Double>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR8FromDisp(Pointer<IDispatch>, int, Pointer<Double>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR8FromI1(byte, Pointer<Double>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR8FromI2(short, Pointer<Double>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR8FromI4(long, Pointer<Double>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR8FromI8(long, Pointer<Double>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR8FromR4(float, Pointer<Double>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR8FromStr(Pointer<Character>, int, int, Pointer<Double>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR8FromUI1(byte, Pointer<Double>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR8FromUI2(short, Pointer<Double>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR8FromUI4(int, Pointer<Double>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR8FromUI8(long, Pointer<Double>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR8Pow(double, double, Pointer<Double>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarR8Round(double, int, Pointer<Double>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarRound(Pointer<VARIANT>, int, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarSub(Pointer<VARIANT>, Pointer<VARIANT>, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarTokenizeFormatString(Pointer<Character>, int, int, int, int, Pointer<Integer>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUdateFromDate(OLEAutomationLibrary.DATE, int, Pointer<OLEAutomationLibrary.UDATE>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI1FromBool(short, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI1FromCy(CY, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI1FromDate(OLEAutomationLibrary.DATE, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI1FromDec(Pointer<DECIMAL>, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI1FromDisp(Pointer<IDispatch>, int, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI1FromI1(byte, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI1FromI2(short, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI1FromI4(long, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI1FromI8(long, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI1FromR4(float, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI1FromR8(double, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI1FromStr(Pointer<Character>, int, int, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI1FromUI2(short, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI1FromUI4(int, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI1FromUI8(long, Pointer<Byte>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI2FromBool(short, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI2FromCy(CY, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI2FromDate(OLEAutomationLibrary.DATE, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI2FromDec(Pointer<DECIMAL>, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI2FromDisp(Pointer<IDispatch>, int, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI2FromI1(byte, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI2FromI2(short, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI2FromI4(long, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI2FromI8(long, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI2FromR4(float, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI2FromR8(double, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI2FromStr(Pointer<Character>, int, int, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI2FromUI1(byte, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI2FromUI4(int, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI2FromUI8(long, Pointer<Short>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI4FromBool(short, Pointer<Integer>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI4FromCy(CY, Pointer<Integer>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI4FromDate(OLEAutomationLibrary.DATE, Pointer<Integer>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI4FromDec(Pointer<DECIMAL>, Pointer<Integer>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI4FromDisp(Pointer<IDispatch>, int, Pointer<Integer>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI4FromI1(byte, Pointer<Integer>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI4FromI2(short, Pointer<Integer>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI4FromI4(long, Pointer<Integer>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI4FromI8(long, Pointer<Integer>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI4FromR4(float, Pointer<Integer>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI4FromR8(double, Pointer<Integer>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI4FromStr(Pointer<Character>, int, int, Pointer<Integer>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI4FromUI1(byte, Pointer<Integer>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI4FromUI2(short, Pointer<Integer>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI4FromUI8(long, Pointer<Integer>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI8FromBool(short, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI8FromCy(CY, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI8FromDate(OLEAutomationLibrary.DATE, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI8FromDec(Pointer<DECIMAL>, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI8FromDisp(Pointer<IDispatch>, int, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI8FromI1(byte, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI8FromI2(short, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI8FromI4(long, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI8FromI8(long, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI8FromInt(int, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI8FromR4(float, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI8FromR8(double, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI8FromStr(Pointer<Character>, int, int, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI8FromUI1(byte, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI8FromUI2(short, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarUI8FromUI4(int, Pointer<Long>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
varValue() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.CUSTDATAITEM
 
VarWeekdayName(int, int, int, int, Pointer<Pointer<Byte>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VarXor(Pointer<VARIANT>, Pointer<VARIANT>, Pointer<VARIANT>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
VC9Demangler - Class in org.bridj.demangling
 
VC9Demangler(NativeLibrary, String) - Constructor for class org.bridj.demangling.VC9Demangler
 
vector<T> - Class in org.bridj.cpp.std
Binding for STL's std::vector class.
vector(Type) - Constructor for class org.bridj.cpp.std.vector
 
vector(Pointer<? extends vector<T>>) - Constructor for class org.bridj.cpp.std.vector
 
VectorFromBstr(Pointer<Byte>, Pointer<Pointer<SAFEARRAY>>) - Static method in class org.bridj.cpp.com.OLEAutomationLibrary
 
verbose - Static variable in class org.bridj.BridJ
 
version() - Method in class org.bridj.jawt.JAWT
Version of this structure.
version(int) - Method in class org.bridj.jawt.JAWT
Version of this structure.
Version - Class in org.bridj
 
Version() - Constructor for class org.bridj.Version
 
VERSION_SPECIFIC_SUB_PACKAGE - Static variable in class org.bridj.Version
 
veryVerbose - Static variable in class org.bridj.BridJ
 
Virtual - Annotation Type in org.bridj.ann
Mark a C++ method as virtual and specify its position in the virtual table.
vt() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.PARAMDATA
Type of Parameter
C type : VARTYPE
vt(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.PARAMDATA
Type of Parameter
C type : VARTYPE
vt() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT
 
vt(short) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT
 
vt_$eq(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.PARAMDATA
 
vt_$eq(short) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT
 
VTDATEGRE_MAX - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
VTDATEGRE_MIN - Static variable in class org.bridj.cpp.com.OLEAutomationLibrary
 
vtReturn() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
Type of the return value
C type : VARTYPE
vtReturn(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
Type of the return value
C type : VARTYPE
vtReturn_$eq(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
 

W

WCHAR_T_SIZE - Static variable in class org.bridj.Platform
 
wCode() - Method in class org.bridj.cpp.com.IDispatch.EXCEPINFO
 
wDay() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wDay(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wDay_$eq(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wDayOfWeek() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wDayOfWeek(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wDayOfWeek_$eq(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wDayOfYear() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.UDATE
 
wDayOfYear(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.UDATE
 
wDayOfYear_$eq(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.UDATE
 
wFlags() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
 
wFlags(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
 
wFlags_$eq(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.METHODDATA
 
wHour() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wHour(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wHour_$eq(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
width() - Method in class org.bridj.jawt.JAWT_Rectangle
 
withLockedSurface(JawtLibrary.JNIEnv, JAWT, Component, JAWTUtils.LockedComponentRunnable) - Static method in class org.bridj.jawt.JAWTUtils
 
without(E...) - Method in class org.bridj.FlagSet
 
withReleaser(Pointer.Releaser) - Method in class org.bridj.Pointer
Deprecated. This method can easily be misused and is reserved to advanced users.
wMilliseconds() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wMilliseconds(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wMilliseconds_$eq(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wMinute() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wMinute(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wMinute_$eq(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wMonth() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wMonth(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wMonth_$eq(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wrap(Object) - Static method in class org.bridj.cpp.com.IUnknown
 
wReserved() - Method in class org.bridj.cpp.com.DECIMAL
 
wReserved(short) - Method in class org.bridj.cpp.com.DECIMAL
 
wReserved() - Method in class org.bridj.cpp.com.IDispatch.EXCEPINFO
 
wReserved1() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT
 
wReserved1(short) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT
 
wReserved1_$eq(short) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT
 
wReserved2() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT
 
wReserved2(short) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT
 
wReserved2_$eq(short) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT
 
wReserved3() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT
 
wReserved3(short) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT
 
wReserved3_$eq(short) - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT
 
wReserved_$eq(short) - Method in class org.bridj.cpp.com.DECIMAL
 
writeFieldsToNative(StructObject) - Method in class org.bridj.StructIO
Write struct fields implemented as Java fields to the corresponding native memory (Java fields are written to native memory).
writeToNative(T) - Static method in class org.bridj.BridJ
Some native object need manual synchronization between Java fields and native memory.
writeToNative(T) - Method in interface org.bridj.BridJRuntime.TypeInfo
 
writeToNative(T) - Method in class org.bridj.CRuntime.CTypeInfo
 
wSecond() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wSecond(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wSecond_$eq(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wYear() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wYear(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 
wYear_$eq(short) - Method in class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
 

X

x() - Method in class org.bridj.cpp.mfc.CPoint
 
x(int) - Method in class org.bridj.cpp.mfc.CPoint
 
x() - Method in class org.bridj.jawt.JAWT_Rectangle
 

Y

y() - Method in class org.bridj.cpp.mfc.CPoint
 
y(int) - Method in class org.bridj.cpp.mfc.CPoint
 
y() - Method in class org.bridj.jawt.JAWT_Rectangle
 

_

__VARIANT_NAME_1() - Method in class org.bridj.cpp.com.VARIANT
 
__VARIANT_NAME_2() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union
 
__VARIANT_NAME_3() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT
 
__VARIANT_NAME_4() - Method in class org.bridj.cpp.com.VARIANT.__VARIANT_NAME_1_union.__tagVARIANT.__VARIANT_NAME_3_union
 
_M_end_of_storage() - Method in class org.bridj.cpp.std.vector
Deprecated. 
_M_finish() - Method in class org.bridj.cpp.std.vector
Deprecated. 
_M_start() - Method in class org.bridj.cpp.std.vector
Deprecated. 

A B C D E F G H I J K L M N O P Q R S T U V W X Y _

Copyright © 2009-2012. All Rights Reserved.