SWIG/Examples/tcl/enum/

Wrapping enumerations

$Header: /cvsroot/swig/SWIG/Examples/tcl/enum/index.html,v 1.2 2004/01/20 21:22:52 cheetah Exp $

This example tests SWIG's ability to wrap enumerations. By default, SWIG converts enumeration specifications into integer constants. Further use of enumerated types are handled as integers.

Notes