Class: Unmangler::MSVC::DataType
- Inherits:
-
Struct
- Object
- Struct
- Unmangler::MSVC::DataType
- Defined in:
- lib/unmangler/msvc.rb
Overview
char*
Instance Attribute Summary collapse
-
#left ⇒ Object
Returns the value of attribute left.
-
#right ⇒ Object
Returns the value of attribute right.
Instance Attribute Details
#left ⇒ Object
Returns the value of attribute left
47 48 49 |
# File 'lib/unmangler/msvc.rb', line 47 def left @left end |
#right ⇒ Object
Returns the value of attribute right
47 48 49 |
# File 'lib/unmangler/msvc.rb', line 47 def right @right end |