implicit final class CflagsMutableBuilder[Self <: Cflags] extends AnyVal
- Annotations
- @inline()
- Source
- Cflags.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CflagsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CflagsMutableBuilder(x: Self)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def setCflags(value: Array[Any]): Self
- Annotations
- @inline()
- def setCflagsVarargs(value: Any*): Self
- Annotations
- @inline()
- def setDefault_configuration(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setDefines(value: Array[scala.Predef.String]): Self
- Annotations
- @inline()
- def setDefinesVarargs(value: scala.Predef.String*): Self
- Annotations
- @inline()
- def setInclude_dirs(value: Array[scala.Predef.String]): Self
- Annotations
- @inline()
- def setInclude_dirsVarargs(value: scala.Predef.String*): Self
- Annotations
- @inline()
- def setLibraries(value: Array[scala.Predef.String]): Self
- Annotations
- @inline()
- def setLibrariesVarargs(value: scala.Predef.String*): Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self