Class: CAIteratorArray

Inherits:
CAObject
  • Object
show all
Defined in:
lib/carray/object/ca_obj_iterator.rb

Overview


carray/object/ca_obj_iterator.rb

This file is part of Ruby/CArray extension library.
You can redistribute it and/or modify it under the terms of
the Ruby Licence.

Copyright (C) 2005 Hiroki Motoyoshi

Instance Method Summary collapse

Constructor Details

#initialize(it) ⇒ CAIteratorArray

:nodoc:



15
16
17
18
# File 'lib/carray/object/ca_obj_iterator.rb', line 15

def initialize (it)
  @it = it
  super(CA_OBJECT, @it.dim)
end