Class: AdLint::Cc1::UserTypeId
Instance Method Summary collapse
-
#initialize(name) ⇒ UserTypeId
constructor
A new instance of UserTypeId.
Methods inherited from TypeId
Constructor Details
#initialize(name) ⇒ UserTypeId
Returns a new instance of UserTypeId.
6940 6941 6942 |
# File 'lib/adlint/cc1/type.rb', line 6940 def initialize(name) super("typedef #{name}") end |