Class: AdLint::Cc1::DoubleTypeId

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

Instance Method Summary collapse

Methods inherited from TypeId

#==, #eql?, #hash

Constructor Details

#initializeDoubleTypeId

Returns a new instance of DoubleTypeId.



5478
5479
5480
# File 'lib/adlint/cc1/type.rb', line 5478

def initialize
  super("double")
end