Class: AdLint::Cpp::StdcIec559ComplexMacro
- Inherits:
-
SpecialMacro
- Object
- Macro
- ObjectLikeMacro
- SpecialMacro
- AdLint::Cpp::StdcIec559ComplexMacro
- Defined in:
- lib/adlint/cpp/macro.rb
Instance Attribute Summary
Attributes inherited from SpecialMacro
Attributes inherited from Macro
Instance Method Summary collapse
-
#initialize ⇒ StdcIec559ComplexMacro
constructor
A new instance of StdcIec559ComplexMacro.
Methods inherited from SpecialMacro
Methods inherited from ObjectLikeMacro
#expand, #function_like?, #replaceable_size
Methods inherited from Macro
#expand, #function_like?, #location, #name, #replacement_list
Methods included from LocationHolder
Constructor Details
#initialize ⇒ StdcIec559ComplexMacro
Returns a new instance of StdcIec559ComplexMacro.
525 526 527 |
# File 'lib/adlint/cpp/macro.rb', line 525 def initialize super("__STDC_IEC_559_COMPLEX__") end |