// clang-format off // 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(crossfade_), evaluated(std::move(evaluated_)) {} LineLayerProperties::~LineLayerProperties() = default; unsigned long LineLayerProperties::constantsMask() const { return evaluated.constantsMask(); } const LineLayer::Impl& LineLayerProperties::layerImpl() const { return static_cast(*baseImpl); } } // namespace style } // namespace mbgl // clang-format on