Class: AdLint::Cc1::LongDoubleTypeId

Inherits:
StandardTypeId show all
Defined in:
lib/adlint/cc1/type.rb

Instance Method Summary collapse

Methods inherited from TypeId

#==, #eql?, #hash

Constructor Details

#initializeLongDoubleTypeId

Returns a new instance of LongDoubleTypeId.



5518
5519
5520
# File 'lib/adlint/cc1/type.rb', line 5518

def initialize
  super("long double")
end