Class: AdLint::Cc1::FloatTypeId

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

Instance Method Summary collapse

Methods inherited from TypeId

#==, #eql?, #hash

Constructor Details

#initializeFloatTypeId

Returns a new instance of FloatTypeId.



5440
5441
5442
# File 'lib/adlint/cc1/type.rb', line 5440

def initialize
  super("float")
end