class AdLint::Cc1::StandardFloatingType

Public Instance Methods

dup() click to toggle source
# File lib/adlint/cc1/type.rb, line 5375
def dup
  self.class.new(type_table)
end
standard?() click to toggle source
# File lib/adlint/cc1/type.rb, line 5371
def standard?
  true
end