Class: AdLint::Cc1::BitfieldTypeId

Inherits:
TypeId
  • Object
show all
Defined in:
lib/adlint/cc1/type.rb

Instance Method Summary collapse

Methods inherited from TypeId

#==, #eql?, #hash

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