Class: AdLint::Cc1::StructTypeId
- Defined in:
- lib/adlint/cc1/type.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ StructTypeId
constructor
A new instance of StructTypeId.
Methods inherited from TypeId
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 |