class AdLint::Cc1::LongDoubleTypeId
Public Class Methods
new()
click to toggle source
Calls superclass method
AdLint::Cc1::StandardTypeId::new
# File lib/adlint/cc1/type.rb, line 5518 def initialize super("long double") end