class WinMD::Type::Struct
- WinMD::Type::Struct
- WinMD::Type
- WinMD::Base
- Reference
- Object
Included Modules
Direct Known Subclasses
Defined in:
winmd/template/type/struct.crConstructors
Instance Method Summary
- #after_initialize
- #architectures : Array(String)
- #architectures=(architectures : ::Array(String))
- #attrs : Array(String)
- #attrs=(attrs : ::Array(String))
- #comment : String | Nil
- #comment=(comment : String | Nil)
- #fields : Array(WinMD::Type::Struct::StructField)
- #fields=(fields : ::Array(WinMD::Type::Struct::StructField))
- #file=(file : WinMD::File)
- #fix_pad_size
- #is_union? : Bool
- #name : String
- #name=(name : String)
- #namespace : String
- #namespace=(namespace : String)
- #nested_types : Array(WinMD::Type)
- #nested_types=(nested_types : ::Array(WinMD::Type))
- #packing_size : Int32
- #packing_size=(packing_size : Int32)
- #parent : Struct | Nil
- #parent=(parent : Struct | Nil)
- #platform : String | Nil
- #platform=(platform : String | Nil)
- #render
- #size : Int32
- #size=(size : Int32)
- #union : Bool
- #union=(union : Bool)
Instance methods inherited from module WinMD::Architecture
architectures?
architectures?,
render_arches
render_arches
Instance methods inherited from class WinMD::Type
file=(file : WinMD::File)
file=,
kind : String
kind,
kind=(kind : String)
kind=,
render
render
Constructor methods inherited from class WinMD::Type
new(pull : JSON::PullParser)
new
Instance methods inherited from class WinMD::Base
after_initialize
after_initialize,
file : WinMD::File | Nil
file,
file=(file : WinMD::File)
file=,
nested_type : Bool
nested_type,
nested_type=(nested_type : Bool)
nested_type=,
pad(p_size : Int32)pad pad, pad_size : Int32 pad_size, pad_size=(pad_size : Int32) pad_size=, pointer=(pointer : Bool) pointer=, pointer? : Bool pointer?