SWIG/Examples/tcl/enum/

Wrapping enumerations

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