SWIG/Examples/java/typemap/
Typemaps in Java
$Header: /cvsroot/CableSwig/CableSwig/SWIG/Examples/java/typemap/index.html,v 1.1.1.1 2003/04/09 17:34:09 hoffman Exp $
This example shows how typemaps can be used to modify the default behaviour of the Java SWIG module.
Notes
- Shows how to pass strings to Java from c and visa versa.
- Typemaps can modify the default behaviour of the Java SWIG module.
- The default c to java mapping can be modified using typemaps.