Class: AdLint::Cc1::StandardTypeId
- Defined in:
- lib/adlint/cc1/type.rb
Direct Known Subclasses
CharTypeId, DoubleTypeId, FloatTypeId, IntTypeId, LongDoubleTypeId, LongIntTypeId, LongLongIntTypeId, LongLongTypeId, LongTypeId, ShortIntTypeId, ShortTypeId, SignedCharTypeId, SignedIntTypeId, SignedLongIntTypeId, SignedLongLongIntTypeId, SignedLongLongTypeId, SignedLongTypeId, SignedShortIntTypeId, SignedShortTypeId, SignedTypeId, UnsignedCharTypeId, UnsignedIntTypeId, UnsignedLongIntTypeId, UnsignedLongLongIntTypeId, UnsignedLongLongTypeId, UnsignedLongTypeId, UnsignedShortIntTypeId, UnsignedShortTypeId, UnsignedTypeId
Instance Method Summary collapse
-
#initialize(name) ⇒ StandardTypeId
constructor
A new instance of StandardTypeId.
Methods inherited from TypeId
Constructor Details
#initialize(name) ⇒ StandardTypeId
651 652 653 |
# File 'lib/adlint/cc1/type.rb', line 651 def initialize(name) super(name.split(" ").sort.join(" ")) end |