class AdLint::Cc1::StructTypeId

Public Class Methods

new(name) click to toggle source
Calls superclass method AdLint::Cc1::TypeId::new
# File lib/adlint/cc1/type.rb, line 6749
def initialize(name)
  super("struct #{name}")
end