Class: Unmangler::MSVC::DataType

Inherits:
Struct
  • Object
show all
Defined in:
lib/unmangler/msvc.rb

Overview

char*

Instance Attribute Summary collapse

Instance Attribute Details

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



47
48
49
# File 'lib/unmangler/msvc.rb', line 47

def left
  @left
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



47
48
49
# File 'lib/unmangler/msvc.rb', line 47

def right
  @right
end