- 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.
- addNativeLibraryDependencies(String, String...) - Static method in class org.bridj.BridJ
-
Add names of library dependencies 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
-
- addSuperCall(ClassVisitor, String) - Static method in class org.bridj.util.ASMUtils
-
- AddTab(Pointer<Integer>) - Method in class org.bridj.cpp.com.shell.ITaskbarList
-
- addVirtualMethod(MethodCallInfo) - Method in class org.bridj.NativeEntities.Builder
-
- afterBuild(StructDescription) - Method in class org.bridj.cpp.std.STL
-
Perform platform-dependent structure bindings adjustments
- afterBuild(StructDescription) - Method in class org.bridj.StructCustomizer
-
Deprecated.
Called after everything is setup in the StructIO.
- afterLayout(StructDescription, List<StructFieldDescription>) - Method in class org.bridj.StructCustomizer
-
Deprecated.
This method can alter the aggregated fields and may even call again the
performLayout(aggregatedFields) method.
- 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
-
- aggregatedFields - Variable in class org.bridj.StructFieldDescription
-
- alignDoubles - Static variable in class org.bridj.BridJ
-
- Alignment - Annotation Type in org.bridj.ann
-
Alignment of a C struct / struct field, in bytes.
- alignment - Variable in class org.bridj.StructFieldDescription
-
- 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.
- allocateCOMMemory(long, PointerIO<V>) - Static method in class org.bridj.cpp.com.COMRuntime
-
- 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
-
- allocateList(Class<E>, long) - Static method in class org.bridj.Pointer
-
- allocateList(Type, long) - Static method in class org.bridj.Pointer
-
- 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.StructDescription
-
- 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
-
- Array - Annotation Type in org.bridj.ann
-
Mono- or multi-dimensional array length (used on Pointer types).
- arrayLength - Variable in class org.bridj.StructFieldDescription
-
- 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).
- ASMUtils - Class in org.bridj.util
-
- ASMUtils() - Constructor for class org.bridj.util.ASMUtils
-
- asUntyped() - Method in class org.bridj.Pointer
-
Cast this pointer to an untyped pointer.
- 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() - Method in class org.bridj.cpp.std.list.list_node
-
- 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
-
- getAbstractCallback(Class) - Method in class org.bridj.CRuntime
-
- 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
-
- 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
-
- getAggregatedFields() - Method in class org.bridj.StructDescription
-
- 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
-
- getApplyMethods(Class) - Method in class org.bridj.CRuntime
-
- 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
- getBooleanAtIndex(long) - Method in class org.bridj.Pointer
-
Read the nth contiguous boolean value from the pointed memory location.
- getBooleanAtOffset(long) - Method in class org.bridj.Pointer
-
- 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
-
- 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
- getByteAtIndex(long) - Method in class org.bridj.Pointer
-
Read the nth contiguous byte value from the pointed memory location.
- getByteAtOffset(long) - Method in class org.bridj.Pointer
-
- 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
- getByteBuffer() - Method in class org.bridj.Pointer
-
Get a direct buffer of byte values that points to this pointer's target memory locations
- 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
-
- 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.
- getCallbackMethod(Class<?>, boolean) - Method in class org.bridj.CRuntime
-
- 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
- getCharAtIndex(long) - Method in class org.bridj.Pointer
-
Read the nth contiguous char value from the pointed memory location.
- getCharAtOffset(long) - Method in class org.bridj.Pointer
-
- 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
-
- 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
-
- getClassName(Type) - Static method in class org.bridj.demangling.Demangler
-
- getCLong() - Method in class org.bridj.Pointer
-
Read a CLong value from the pointed memory location
- getCLongAtIndex(long) - Method in class org.bridj.Pointer
-
Read the nth contiguous CLong value from the pointed memory location.
- getCLongAtOffset(long) - Method in class org.bridj.Pointer
-
- 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
-
- 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
-
- GetComponent() - Method in class org.bridj.jawt.JAWT
-
- GetComponent_callback() - Constructor for class org.bridj.jawt.JAWT.GetComponent_callback
-
- 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
-
- 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
- getDoubleAtIndex(long) - Method in class org.bridj.Pointer
-
Read the nth contiguous double value from the pointed memory location.
- getDoubleAtOffset(long) - Method in class org.bridj.Pointer
-
- 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
- getDoubleBuffer() - Method in class org.bridj.Pointer
-
Get a direct buffer of double values that points to this pointer's target memory locations
- 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
-
- 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
-
- GetDrawingSurface_callback() - Constructor for class org.bridj.jawt.JAWT.GetDrawingSurface_callback
-
- GetDrawingSurfaceInfo() - Method in class org.bridj.jawt.JAWT_DrawingSurface
-
- GetDrawingSurfaceInfo_callback() - Constructor for class org.bridj.jawt.JAWT_DrawingSurface.GetDrawingSurfaceInfo_callback
-
- 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
-
- getFastestCallbackMethod(Class) - Method in class org.bridj.CRuntime
-
- 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
- getFloatAtIndex(long) - Method in class org.bridj.Pointer
-
Read the nth contiguous float value from the pointed memory location.
- getFloatAtOffset(long) - Method in class org.bridj.Pointer
-
- 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
- getFloatBuffer() - Method in class org.bridj.Pointer
-
Get a direct buffer of float values that points to this pointer's target memory locations
- 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
-
- 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
-
- getFullClassName(Type) - Static method in class org.bridj.demangling.Demangler
-
- 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
- getIntAtIndex(long) - Method in class org.bridj.Pointer
-
Read the nth contiguous int value from the pointed memory location.
- getIntAtOffset(long) - Method in class org.bridj.Pointer
-
- 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
- getIntBuffer() - Method in class org.bridj.Pointer
-
Get a direct buffer of int values that points to this pointer's target memory locations
- 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
- getIntegralAtOffset(long, int) - Method in class org.bridj.Pointer
-
- 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
-
- 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
-
- getLastError() - Static method in error org.bridj.LastError
-
- 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
- getLongAtIndex(long) - Method in class org.bridj.Pointer
-
Read the nth contiguous long value from the pointed memory location.
- getLongAtOffset(long) - Method in class org.bridj.Pointer
-
- 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
- getLongBuffer() - Method in class org.bridj.Pointer
-
Get a direct buffer of long values that points to this pointer's target memory locations
- 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
-
- 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
-
- getMessage() - Method in error org.bridj.LastError
-
- 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
-
- 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
-
- getNativeObjectAtOffset(long, Class<O>) - Method in class org.bridj.Pointer
-
- 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
-
- 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(N) - Static method in class org.bridj.Pointer
-
Get a pointer to a native object (C++ or ObjectiveC class, struct, union, callback...)
- getPointer(N) - Static method in class org.bridj.Pointer
-
Get a pointer to a native object (C++ or ObjectiveC class, struct, union, callback...)
- getPointer(NativeObject, Type) - Static method in class org.bridj.Pointer
-
Get a pointer to a native object, specifying the type of the pointer's target.
- getPointer() - Method in class org.bridj.Pointer
-
- 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
- getPointerAtIndex(long) - Method in class org.bridj.Pointer
-
Read the nth contiguous 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
-
- getPointers() - Method in class org.bridj.Pointer
-
- getPointers(int) - Method in class org.bridj.Pointer
-
- getPointersAtOffset(long, int) - Method in class org.bridj.Pointer
-
- 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
-
- getQualifiedName(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.
- getResource(String) - Static method in class org.bridj.Platform
-
- getResourceAsStream(String) - Static method in class org.bridj.Platform
-
- 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
- getShortAtIndex(long) - Method in class org.bridj.Pointer
-
Read the nth contiguous short value from the pointed memory location.
- getShortAtOffset(long) - Method in class org.bridj.Pointer
-
- 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
- getShortBuffer() - Method in class org.bridj.Pointer
-
Get a direct buffer of short values that points to this pointer's target memory locations
- 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
-
- 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
- getSizeTAtIndex(long) - Method in class org.bridj.Pointer
-
Read the nth contiguous SizeT value from the pointed memory location.
- getSizeTAtOffset(long) - Method in class org.bridj.Pointer
-
- 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
-
- getSolidRanges() - Method in class org.bridj.StructDescription
-
- 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.
- getStructAlignment() - Method in class org.bridj.StructDescription
-
- getStructClass() - Method in class org.bridj.StructDescription
-
- getStructSize() - Method in class org.bridj.StructDescription
-
- getStructType() - Method in class org.bridj.StructDescription
-
- 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<?>) - Static method in class org.bridj.cpp.CPPRuntime
-
- getTemplateParameters() - Method in class org.bridj.cpp.CPPType
-
- getTemplateTypeParameters(CPPObject, Type) - Static method in class org.bridj.cpp.CPPRuntime
-
- getTime() - Method in class org.bridj.TimeT.timeval
-
- getTimeTField(StructObject, int) - Method in class org.bridj.StructIO
-
- getTimeTInstance() - Static method in class org.bridj.PointerIO
-
- getType(NativeObject) - Method in class org.bridj.AbstractBridJRuntime
-
- getType(NativeObject) - Method in interface org.bridj.BridJRuntime
-
- getType(Class<?>, Object[], int[]) - Method in interface org.bridj.BridJRuntime
-
- getType() - Method in interface org.bridj.BridJRuntime.TypeInfo
-
- getType(NativeObject) - Method in class org.bridj.cpp.CPPRuntime
-
- getType(Class<?>, Object[], int[]) - Method in class org.bridj.cpp.CPPRuntime
-
- getType() - Method in class org.bridj.CRuntime.CTypeInfo
-
- getType(Class<?>, Object[], int[]) - Method in class org.bridj.CRuntime
-
- 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(Type) - Method in class org.bridj.cpp.com.COMRuntime
-
- 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.objc.ObjectiveCRuntime
-
- GetTypeInfoCount(Pointer<Integer>) - Method in class org.bridj.cpp.com.COMCallableWrapper
-
- GetTypeInfoCount(Pointer<Integer>) - Method in class org.bridj.cpp.com.IDispatch
-
- getUniqueCallbackMethod(Class) - Method in class org.bridj.CRuntime
-
- 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
-
- 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
-
- GUID() - Constructor for class org.bridj.cpp.com.GUID
-
- guid() - Method in class org.bridj.cpp.com.OLEAutomationLibrary.CUSTDATAITEM
-
- 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
-
- PARAMDATA() - Constructor for class org.bridj.cpp.com.OLEAutomationLibrary.PARAMDATA
-
- parametersComplyToSignature(Object[], Class[]) - Static method in class org.bridj.util.Utils
-
- paramType(Type, Type...) - Static method in class org.bridj.util.DefaultParameterizedType
-
Builds a parameterized type with the provided raw type and type
arguments.
- 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...)
- Platform() - Constructor for class org.bridj.Platform
-
- Platform.DeleteFiles - Class in org.bridj
-
- 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
-
- 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
-
- 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, PointerIO<P>) - 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, long, PointerIO<P>, 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
-
Allocate an array of pointers to strings.
- 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.
- pointerToEnum(IntValuedEnum<E>) - Static method in class org.bridj.Pointer
-
Get a pointer to an enum.
- 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
-
Allocate an array of pointers to strings.
- pointerType(Type) - Static method in class org.bridj.Pointer
-
Create a Pointer<T>
type.
- PointerTypeRef(Demangler.TypeRef) - Constructor for class org.bridj.demangling.Demangler.PointerTypeRef
-
- 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.StructDescription
-
- prependCallbackCC() - Method in class org.bridj.MethodCallInfo
-
- prev() - Method in class org.bridj.cpp.std.list.list_node
-
Deprecated.
- prev(Pointer<list.list_node<T>>) - Method in class org.bridj.cpp.std.list.list_node
-
- prev() - Method in class org.bridj.cpp.std.list
-
Deprecated.
- prev(Pointer<list.list_node<T>>) - Method in class org.bridj.cpp.std.list
-
Deprecated.
- 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.list
-
- push_back(T) - Method in class org.bridj.cpp.std.vector
-
- push_front(T) - Method in class org.bridj.cpp.std.list
-
- 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
-
- 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
-
- 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
-
- 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.cpp.std.list.list_node
-
- 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
-
- setAggregatedFields(List<StructFieldDescription>) - Method in class org.bridj.StructDescription
-
- 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
- setBooleanAtIndex(long, boolean) - Method in class org.bridj.Pointer
-
Write the nth contiguous boolean value to the pointed memory location.
- setBooleanAtOffset(long, boolean) - Method in class org.bridj.Pointer
-
- 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
- setByteAtIndex(long, byte) - Method in class org.bridj.Pointer
-
Write the nth contiguous byte value to the pointed memory location.
- setByteAtOffset(long, byte) - Method in class org.bridj.Pointer
-
- 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
- setCharAtIndex(long, char) - Method in class org.bridj.Pointer
-
Write the nth contiguous char value to the pointed memory location.
- setCharAtOffset(long, char) - Method in class org.bridj.Pointer
-
- 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
- setCLongAtIndex(long, long) - Method in class org.bridj.Pointer
-
Write the nth contiguous CLong value to the pointed memory location.
- setCLongAtOffset(long, long) - Method in class org.bridj.Pointer
-
- setCLongAtOffset(long, CLong) - Method in class org.bridj.Pointer
-
- 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
-
- setCLongsAtOffset(long, long[], int, int) - Method in class org.bridj.Pointer
-
- setCLongsAtOffset(long, CLong...) - Method in class org.bridj.Pointer
-
- setCLongsAtOffset(long, int[]) - Method in class org.bridj.Pointer
-
- 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
- setDoubleAtIndex(long, double) - Method in class org.bridj.Pointer
-
Write the nth contiguous double value to the pointed memory location.
- setDoubleAtOffset(long, double) - Method in class org.bridj.Pointer
-
- 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.StructDescription
-
- 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
- setFloatAtIndex(long, float) - Method in class org.bridj.Pointer
-
Write the nth contiguous float value to the pointed memory location.
- setFloatAtOffset(long, float) - Method in class org.bridj.Pointer
-
- 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
- setIntAtIndex(long, int) - Method in class org.bridj.Pointer
-
Write the nth contiguous int value to the pointed memory location.
- setIntAtOffset(long, int) - Method in class org.bridj.Pointer
-
- setIntegralAtOffset(long, AbstractIntegral) - Method in class org.bridj.Pointer
-
- 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
- setLongAtIndex(long, long) - Method in class org.bridj.Pointer
-
Write the nth contiguous long value to the pointed memory location.
- setLongAtOffset(long, long) - Method in class org.bridj.Pointer
-
- 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
- setPointerAtIndex(long, Pointer<?>) - Method in class org.bridj.Pointer
-
Write the nth contiguous 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
- setShortAtIndex(long, short) - Method in class org.bridj.Pointer
-
Write the nth contiguous short value to the pointed memory location.
- setShortAtOffset(long, short) - Method in class org.bridj.Pointer
-
- 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
- setSizeTAtIndex(long, long) - Method in class org.bridj.Pointer
-
Write the nth contiguous SizeT value to the pointed memory location.
- setSizeTAtOffset(long, long) - Method in class org.bridj.Pointer
-
- setSizeTAtOffset(long, SizeT) - Method in class org.bridj.Pointer
-
- 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
-
- setSizeTsAtOffset(long, long[], int, int) - Method in class org.bridj.Pointer
-
- setSizeTsAtOffset(long, SizeT...) - Method in class org.bridj.Pointer
-
- setSizeTsAtOffset(long, int[]) - Method in class org.bridj.Pointer
-
- SetsLastError - Annotation Type in org.bridj.ann
-
Applies to bindings of functions that may set errno / last error.
- 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
-
- setTimeTField(StructObject, int, TimeT) - Method in class org.bridj.StructIO
-
- 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
-
- 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
-
- start(BundleContext) - Method in class org.bridj.OSGiBundleActivator
-
- 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
-
- stop(BundleContext) - Method in class org.bridj.OSGiBundleActivator
-
- 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.
- StructCustomizer - Class in org.bridj
-
- StructCustomizer() - Constructor for class org.bridj.StructCustomizer
-
Deprecated.
- StructDescription - Class in org.bridj
-
Representation of a C struct's memory layout, built thanks to the annotations
found in the Java bindings.
- StructDescription(Class<?>, Type, StructCustomizer) - Constructor for class org.bridj.StructDescription
-
- StructFieldDescription - Class in org.bridj
-
Internal metadata on a struct field
- StructFieldDescription() - Constructor for class org.bridj.StructFieldDescription
-
- StructIO - Class in org.bridj
-
Object responsible for reading and writing of a C struct's fields.
- StructIO(Class<?>, Type) - Constructor for class org.bridj.StructIO
-
- StructObject - Class in org.bridj
-
Base class for C structs.
- subclassWithSynchronizedNativeMethods(Class<T>) - Static method in class org.bridj.BridJ
-
Create a subclass of the provided original class with synchronized
overrides for all native methods.
- Symbol - Annotation Type in org.bridj.ann
-
Specify the raw native shared symbol for a function / method, including the
mangling (C++, __stdcall...).
- Symbol(String, NativeLibrary) - Constructor for class org.bridj.demangling.Demangler.Symbol
-
- 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
-
- SYSTEMTIME() - Constructor for class org.bridj.cpp.com.OLEAutomationLibrary.SYSTEMTIME
-
- 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
-
- 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.__tagVARIANT - Class in org.bridj.cpp.com
-
- 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.__tagBRECORD - Class in org.bridj.cpp.com
-
- 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
-
- VARIANTTypeInfo() - Constructor for class org.bridj.cpp.com.COMRuntime.VARIANTTypeInfo
-
- 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
-
- vector(Type) - Constructor for class org.bridj.cpp.std.vector
-
- vector(Pointer<? extends vector<T>>, Type) - 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
-