Class: AdLint::Cc1::BitfieldTypeId
- Defined in:
- lib/adlint/cc1/type.rb
Instance Method Summary collapse
-
#initialize(base_type, field_width) ⇒ BitfieldTypeId
constructor
A new instance of BitfieldTypeId.
Methods inherited from TypeId
Constructor Details
#initialize(base_type, field_width) ⇒ BitfieldTypeId
Returns a new instance of BitfieldTypeId.
4941 4942 4943 |
# File 'lib/adlint/cc1/type.rb', line 4941 def initialize(base_type, field_width) super(create_value(base_type, field_width)) end |