Class: AdLint::Cpp::StdcIec559Macro
- Inherits:
-
SpecialMacro
- Object
- Macro
- ObjectLikeMacro
- SpecialMacro
- AdLint::Cpp::StdcIec559Macro
- Defined in:
- lib/adlint/cpp/macro.rb
Instance Attribute Summary
Attributes inherited from SpecialMacro
Attributes inherited from Macro
Instance Method Summary collapse
-
#initialize ⇒ StdcIec559Macro
constructor
A new instance of StdcIec559Macro.
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 ⇒ StdcIec559Macro
Returns a new instance of StdcIec559Macro.
514 515 516 |
# File 'lib/adlint/cpp/macro.rb', line 514 def initialize super("__STDC_IEC_559__") end |