Class: AdLint::Cc1::UserTypeId

Inherits:
TypeId
  • Object
show all
Defined in:
lib/adlint/cc1/type.rb

Instance Method Summary collapse

Methods inherited from TypeId

#==, #eql?, #hash

Constructor Details

#initialize(name) ⇒ UserTypeId

Returns a new instance of UserTypeId.



6940
6941
6942
# File 'lib/adlint/cc1/type.rb', line 6940

def initialize(name)
  super("typedef #{name}")
end