class WinMD::Type::Enum::EnumMember

Defined in:

winmd/template/type/enum_member.cr

Constructors

Instance Method Summary

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?

Constructor methods inherited from class WinMD::Base

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def after_initialize #

[View source]
def integer_base #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def parent : WinMD::Type::Enum | Nil #

[View source]
def parent=(parent : WinMD::Type::Enum | Nil) #

[View source]
def render #

[View source]
def set_parent(tenum : Enum) #

[View source]
def value : String #

[View source]
def value=(value : String) #

[View source]