SWIG/Examples/ruby/enum/

Wrapping enumerations

$Header: /cvsroot/swig/SWIG/Examples/ruby/enum/index.html,v 1.1 2000/09/20 17:13:41 fukusima 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