|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CPPObject | |
|---|---|
| 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. |
| Uses of CPPObject in org.bridj.cpp |
|---|
| Classes in org.bridj.cpp with type parameters of type CPPObject | |
|---|---|
class |
CPPRuntime.CPPTypeInfo<T extends CPPObject>
|
| Methods in org.bridj.cpp with type parameters of type CPPObject | ||
|---|---|---|
|
CPPRuntime.getCPPTypeInfo(Type type)
|
|
| Methods in org.bridj.cpp with parameters of type CPPObject | |
|---|---|
Object[] |
CPPRuntime.getTemplateParameters(CPPObject object,
Class<?> typeClass)
|
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)
|
| Uses of CPPObject in org.bridj.cpp.com |
|---|
| Subclasses of CPPObject in org.bridj.cpp.com | |
|---|---|
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
|
| Uses of CPPObject in org.bridj.cpp.com.shell |
|---|
| Subclasses of CPPObject in org.bridj.cpp.com.shell | |
|---|---|
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
|
| Uses of CPPObject in org.bridj.cpp.mfc |
|---|
| Subclasses of CPPObject in org.bridj.cpp.mfc | |
|---|---|
class |
CArchive
|
class |
CCmdUI
|
class |
CObject
|
class |
CRuntimeClass
|
class |
CString
|
class |
CStringT<BaseType,StringTraits>
|
class |
CWnd
|
class |
MFCObject
|
| Uses of CPPObject in org.bridj.cpp.std |
|---|
| Subclasses of CPPObject in org.bridj.cpp.std | |
|---|---|
class |
vector<T>
Binding for STL's std::vector class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||