Class: BitClust::FunctionHeader
- Defined in:
- lib/bitclust/functionreferenceparser.rb
Overview
Represents C function signature (Used internally in this file)
Instance Attribute Summary collapse
-
#macro ⇒ Object
Returns the value of attribute macro.
-
#name ⇒ Object
Returns the value of attribute name.
-
#params ⇒ Object
Returns the value of attribute params.
-
#private ⇒ Object
Returns the value of attribute private.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#macro ⇒ Object
Returns the value of attribute macro
84 85 86 |
# File 'lib/bitclust/functionreferenceparser.rb', line 84 def macro @macro end |
#name ⇒ Object
Returns the value of attribute name
84 85 86 |
# File 'lib/bitclust/functionreferenceparser.rb', line 84 def name @name end |
#params ⇒ Object
Returns the value of attribute params
84 85 86 |
# File 'lib/bitclust/functionreferenceparser.rb', line 84 def params @params end |
#private ⇒ Object
Returns the value of attribute private
84 85 86 |
# File 'lib/bitclust/functionreferenceparser.rb', line 84 def private @private end |
#type ⇒ Object
Returns the value of attribute type
84 85 86 |
# File 'lib/bitclust/functionreferenceparser.rb', line 84 def type @type end |