Google

SWIG/Examples/java/typemap/

Typemaps in Java

$Header: /cvs/projects/SWIG/Examples/java/typemap/Attic/index.html,v 1.1.2.2 2001/06/08 11:20:52 cheetah 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.