SWIG/Examples/ruby/enum/

Wrapping enumerations

$Header: /cvsroot/CableSwig/CableSwig/SWIG/Examples/ruby/enum/index.html,v 1.1.1.1 2003/04/09 17:34:09 hoffman 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