Uses of Class
org.bridj.AbstractBridJRuntime

Packages that use AbstractBridJRuntime
org.bridj BridJ core classes and C runtime (Pointer, BridJ, SizeT, Platform, LastError...). 
org.bridj.cpp BridJ C++ runtime. 
org.bridj.cpp.com BridJ COM support (Windows-only, working but under-tested). 
org.bridj.cpp.mfc BridJ Windows MFC runtime (not working properly yet). 
org.bridj.cs.dotnet BridJ C# support specific to Microsoft's .NET platform (stub, not implemented). 
org.bridj.cs.mono BridJ C# support specific to Novell's Mono platform (stub, not implemented). 
org.bridj.objc BridJ Objective-C runtime (MacOS X only, not working properly yet). 
 

Uses of AbstractBridJRuntime in org.bridj
 

Subclasses of AbstractBridJRuntime in org.bridj
 class CRuntime
          C runtime (used by default when no Runtime annotation is found).
 

Uses of AbstractBridJRuntime in org.bridj.cpp
 

Subclasses of AbstractBridJRuntime in org.bridj.cpp
 class CPPRuntime
          C++ runtime (derives from the C runtime).
 

Uses of AbstractBridJRuntime in org.bridj.cpp.com
 

Subclasses of AbstractBridJRuntime in org.bridj.cpp.com
 class COMRuntime
          Microsoft COM runtime, along with useful constants and methods.
 

Uses of AbstractBridJRuntime in org.bridj.cpp.mfc
 

Subclasses of AbstractBridJRuntime in org.bridj.cpp.mfc
 class MFCRuntime
           
 

Uses of AbstractBridJRuntime in org.bridj.cs.dotnet
 

Subclasses of AbstractBridJRuntime in org.bridj.cs.dotnet
 class DotNetRuntime
           
 

Uses of AbstractBridJRuntime in org.bridj.cs.mono
 

Subclasses of AbstractBridJRuntime in org.bridj.cs.mono
 class MonoRuntime
          Stub, not implemented (see
Uses of AbstractBridJRuntime in org.bridj.objc
 

Subclasses of AbstractBridJRuntime in org.bridj.objc
 class ObjectiveCRuntime
           
 



Copyright © 2009-2012. All Rights Reserved.