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.
6749 6750 6751 |
# File 'lib/adlint/cc1/type.rb', line 6749 def initialize(name) super("struct #{name}") end |