All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.field.def_bitfield.ssp Maven / Gradle / Ivy

The newest version!
<%
  // Copyright 2013 Foursquare Labs Inc. All Rights Reserved.

  import com.foursquare.spindle.codegen.runtime.{BitfieldStructRenderType, ScalaField}
%>
<%@ val field: ScalaField %>
<%
  val renderType = field.renderType.asInstanceOf[BitfieldStructRenderType]
  render("../" + renderType.ref.fieldDefTemplate, Map("field" -> field))
%>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy