Inherits from
- Type_Descriptor: SciPy.weave.bytecodecompiler.Type_Descriptor
Attributes
- cxxtype
cxxtype = 'XRange'
- prerequisites
prerequisites = [ """ class XRange { public: XRange(long aLow, long aHigh, long aStep=1) : low(aLow),high(aHigh),step(aStep) { } XRange(long aHigh) : low(0),high(aHigh),step(1) { } long low; long high; long step; };""" ]
