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