Package | Description |
---|---|
org.bridj.cpp |
BridJ C++ runtime.
|
org.bridj.cpp.com |
BridJ COM support (Windows-only, working but under-tested).
|
org.bridj.cpp.com.shell |
BridJ mappings for some common Windows COM Shell interfaces.
|
org.bridj.cpp.mfc |
BridJ Windows MFC runtime (not working properly yet).
|
org.bridj.cpp.std |
Bindings for some C++ STL class templates.
|
Modifier and Type | Class and Description |
---|---|
class |
CPPRuntime.CPPTypeInfo<T extends CPPObject> |
Modifier and Type | Method and Description |
---|---|
<T extends CPPObject> |
CPPRuntime.getCPPTypeInfo(Type type) |
Modifier and Type | Method and Description |
---|---|
static Object[] |
CPPRuntime.getTemplateParameters(CPPObject object,
Class<?> typeClass) |
static Type[] |
CPPRuntime.getTemplateTypeParameters(CPPObject object,
Type type) |
Type |
CPPRuntime.CPPTypeInfo.resolveClassType(CPPObject instance,
TypeVariable<?> var) |
Type |
CPPRuntime.CPPTypeInfo.resolveMethodType(CPPObject instance,
Object[] methodTemplateParameters,
TypeVariable<?> var) |
void |
CPPRuntime.setTemplateParameters(CPPObject object,
Class<?> typeClass,
Object[] params) |
Modifier and Type | Class and Description |
---|---|
class |
COMCallableWrapper
Implementing the IDispatch Interface :
http://msdn.microsoft.com/en-us/library/ms221037.aspx Simulating COM
Interfaces : http://msdn.microsoft.com/en-us/library/111chfb8.aspx
|
class |
IClassFactory |
class |
IDispatch |
class |
IRecordInfo
native declaration : line 176
This file was autogenerated by JNAerator, a tool written by Olivier Chafik that uses a few opensource projects. |
class |
ITypeInfo |
class |
IUnknown |
static class |
OLEAutomationLibrary.ICreateErrorInfo |
static class |
OLEAutomationLibrary.ICreateTypeLib |
static class |
OLEAutomationLibrary.ICreateTypeLib2 |
static class |
OLEAutomationLibrary.IErrorInfo |
static class |
OLEAutomationLibrary.ITypeLib |
Modifier and Type | Class and Description |
---|---|
class |
IShellFolder |
class |
IShellWindows
IShellWindows provides access to the collection of open Shell windows (see
See http://msdn.microsoft.com/en-us/library/cc836570(VS.85).aspx)
|
class |
ITaskbarList |
class |
ITaskbarList2 |
class |
ITaskbarList3 |
Modifier and Type | Class and Description |
---|---|
class |
CArchive |
class |
CCmdUI |
class |
CObject |
class |
CRuntimeClass |
class |
CString |
class |
CStringT<BaseType,StringTraits> |
class |
CWnd |
class |
MFCObject |
Modifier and Type | Class and Description |
---|---|
class |
list<T>
Binding for STL's
std::vector class.
|
static class |
list.list_node<T> |
class |
vector<T>
Binding for STL's
std::vector class.
|
Copyright © 2009-2020. All Rights Reserved.