Package | Description |
---|---|
org.bridj | |
org.bridj.cpp |
BridJ C++ runtime.
|
org.bridj.demangling |
BridJ symbols demanglers.
|
Modifier and Type | Method and Description |
---|---|
static NativeLibrary |
BridJ.getNativeLibrary(AnnotatedElement type) |
static NativeLibrary |
BridJ.getNativeLibrary(String name)
Loads the library with the name provided in argument (see
BridJ.getNativeLibraryFile(String) ) |
static NativeLibrary |
BridJ.getNativeLibrary(String name,
File f)
Loads the shared library file under the provided name.
|
static NativeLibrary |
NativeLibrary.load(String path) |
NativeLibrary |
AndroidSupport.loadNativeLibrary(String name) |
Modifier and Type | Method and Description |
---|---|
DynamicFunctionFactory |
CRuntime.getDynamicFunctionFactory(NativeLibrary library,
Convention.Style callingConvention,
Type returnType,
Type... parameterTypes)
Get a shared factory of native function wrappers that have a given
signatures.
|
Modifier and Type | Method and Description |
---|---|
static void |
HeadersReconstructor.reconstructHeaders(Iterable<NativeLibrary> libraries,
PrintWriter out) |
Modifier and Type | Method and Description |
---|---|
int |
CPPRuntime.getPositionInVirtualTable(Pointer<Pointer<?>> pVirtualTable,
Method method,
NativeLibrary library) |
Constructor and Description |
---|
MemoryOperators(NativeLibrary library) |
Modifier and Type | Method and Description |
---|---|
NativeLibrary |
Demangler.Symbol.getLibrary() |
Constructor and Description |
---|
Demangler(NativeLibrary library,
String str) |
GCC4Demangler(NativeLibrary library,
String symbol) |
Symbol(String symbol,
NativeLibrary library) |
VC9Demangler(NativeLibrary library,
String str) |
Copyright © 2009-2020. All Rights Reserved.