Class: AdLint::Cc1::StructTypeId

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) ⇒ StructTypeId

Returns a new instance of StructTypeId.



6749
6750
6751
# File 'lib/adlint/cc1/type.rb', line 6749

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