// This file is generated. Edit scripts/generate-style-code.js, then run `make style-code`. #include #include namespace mbgl { namespace style { LineLayerProperties::LineLayerProperties( Immutable impl_) : LayerProperties(std::move(impl_)) {} LineLayerProperties::LineLayerProperties( Immutable impl_, CrossfadeParameters crossfade_, LinePaintProperties::PossiblyEvaluated evaluated_) : LayerProperties(std::move(impl_)), crossfade(std::move(crossfade_)), evaluated(std::move(evaluated_)) {} LineLayerProperties::~LineLayerProperties() = default; const LineLayer::Impl& LineLayerProperties::layerImpl() const { return static_cast(*baseImpl); } } // namespace style } // namespace mbgl