Class: GirFFI::Builder::Type::Union

Inherits:
RegisteredType show all
Includes:
WithLayout, WithMethods
Defined in:
lib/gir_ffi/builder/type/union.rb

Overview

Implements the creation of a class representing union type. The class will have a nested FFI::Union class to represent its C union.

Instance Attribute Summary

Attributes inherited from Base

#info

Method Summary

Methods included from WithMethods

#has_instance_method, #setup_instance_method, #setup_method

Methods inherited from Base

#build_class, #initialize

Methods included from GirFFI::BuilderHelper

#const_defined_for, #optionally_define_constant

Constructor Details

This class inherits a constructor from GirFFI::Builder::Type::Base