swig/Examples/chicken
2003-02-15 03:17:15 +00:00
..
class Initial addition. 2003-02-15 01:56:34 +00:00
constants Initial addition. 2003-02-15 01:56:34 +00:00
multimap Initial addition. 2003-02-15 01:56:34 +00:00
overload Initial addition. 2003-02-15 01:56:34 +00:00
simple Initial addition. 2003-02-15 01:56:34 +00:00
vtk Initial addition. 2003-02-15 01:56:34 +00:00
zlib Initial addition. 2003-02-15 01:56:34 +00:00
check.list Let 'make check-examples' and 'make check-gifplot' work correctly for CHICKEN. 2003-02-15 03:17:15 +00:00
README Initial addition. 2003-02-15 01:56:34 +00:00

This directory contains examples for CHICKEN.

class       -- illustrates the shadow-class C++ interface
constants   -- handling #define and %constant literals
multimap    -- typemaps with multiple sub-types
overload    -- C++ function overloading
simple      -- the simple example from the user manual
vtk         -- a full-blown wrapping of the Visualization Toolkit

Note that the examples in this directory build a special version of
CHICKEN which includes the wrapped functions in the top-level module.

If you want to put the wrapped functions into your own module,
statically or dynamically linked, see the Examples/GIFPlot/Chicken
directory.