Sha256: 2b27ec18bf9c38ccfcda3868df74506740727283842ceade7d26ea9feab9c0c8
Contents?: true
Size: 222 Bytes
Versions: 2
Compression:
Stored size: 222 Bytes
Contents
require 'ffi' 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.beta7 | lib/ffi/cpl/xml_node.rb |
ffi-gdal-1.0.0.beta6 | lib/ffi/cpl/xml_node.rb |