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.
6926 6927 6928 |
# File 'lib/adlint/cc1/type.rb', line 6926 def initialize(name) super("typedef #{name}") end |