Sha256: 34daa5cce3f80dac71b35b14539d0269d72cb2475601d5e09291a267768555bc
Contents?: true
Size: 249 Bytes
Versions: 2
Compression:
Stored size: 249 Bytes
Contents
require 'ffi' require_relative 'minixml' module FFI module CPL class XMLNode < FFI::Struct layout :type, FFI::CPL::MiniXML::XMLNodeType, :value, :string, :next, XMLNode.ptr, :child, XMLNode.ptr end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ffi-gdal-1.0.0.beta5 | lib/ffi/cpl/xml_node.rb |
ffi-gdal-1.0.0.beta4 | lib/ffi/cpl/xml_node.rb |