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.



6735
6736
6737
# File 'lib/adlint/cc1/type.rb', line 6735

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