Class: OGR::OptionsStruct

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/ffi-ogr/options_struct.rb

Instance Method Summary collapse

Instance Method Details

#to_aObject



6
7
8
# File 'lib/ffi-ogr/options_struct.rb', line 6

def to_a
  self[:options].get_array_of_string 0, self[:length]
end