Class: AdLint::Cc1::LongDoubleTypeId
- Inherits:
-
StandardTypeId
- Object
- TypeId
- StandardTypeId
- AdLint::Cc1::LongDoubleTypeId
- Defined in:
- lib/adlint/cc1/type.rb
Instance Method Summary collapse
-
#initialize ⇒ LongDoubleTypeId
constructor
A new instance of LongDoubleTypeId.
Methods inherited from TypeId
Constructor Details
#initialize ⇒ LongDoubleTypeId
Returns a new instance of LongDoubleTypeId.
5518 5519 5520 |
# File 'lib/adlint/cc1/type.rb', line 5518 def initialize super("long double") end |