class GirFFI::Builders::StructBuilder

Implements the creation of a class representing a Struct.

Public Instance Methods

layout_superclass() click to toggle source
# File lib/gir_ffi/builders/struct_builder.rb, line 8
def layout_superclass
  FFI::Struct
end

Private Instance Methods

superclass() click to toggle source
# File lib/gir_ffi/builders/struct_builder.rb, line 14
def superclass
  StructBase
end