| Package | Description |
|---|---|
| org.bridj | |
| org.bridj.cpp |
BridJ C++ runtime.
|
| org.bridj.cpp.com |
BridJ COM support (Windows-only, working but under-tested).
|
| org.bridj.objc |
BridJ Objective-C runtime (MacOS X only, not working properly yet).
|
| Modifier and Type | Class and Description |
|---|---|
class |
CRuntime.CTypeInfo<T extends NativeObject> |
| Modifier and Type | Method and Description |
|---|---|
<T extends NativeObject> |
CRuntime.getTypeInfo(Type type) |
<T extends NativeObject> |
BridJRuntime.getTypeInfo(Type type) |
| Modifier and Type | Class and Description |
|---|---|
class |
CPPRuntime.CPPTypeInfo<T extends CPPObject> |
| Modifier and Type | Method and Description |
|---|---|
<T extends NativeObject> |
CPPRuntime.getTypeInfo(Type type) |
| Modifier and Type | Class and Description |
|---|---|
class |
COMRuntime.VARIANTTypeInfo |
| Modifier and Type | Method and Description |
|---|---|
<T extends NativeObject> |
COMRuntime.getTypeInfo(Type type) |
| Modifier and Type | Method and Description |
|---|---|
<T extends NativeObject> |
ObjectiveCRuntime.getTypeInfo(Type type) |
Copyright © 2009-2015. All Rights Reserved.