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
83 84 85 |
# File 'lib/bitclust/functionreferenceparser.rb', line 83 def macro @macro end |
#name ⇒ Object
Returns the value of attribute name
83 84 85 |
# File 'lib/bitclust/functionreferenceparser.rb', line 83 def name @name end |
#params ⇒ Object
Returns the value of attribute params
83 84 85 |
# File 'lib/bitclust/functionreferenceparser.rb', line 83 def params @params end |
#private ⇒ Object
Returns the value of attribute private
83 84 85 |
# File 'lib/bitclust/functionreferenceparser.rb', line 83 def private @private end |
#type ⇒ Object
Returns the value of attribute type
83 84 85 |
# File 'lib/bitclust/functionreferenceparser.rb', line 83 def type @type end |