implicit final class ClangMutableBuilder[Self <: Clang] extends AnyVal
- Annotations
- @inline()
- Source
- Clang.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClangMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ClangMutableBuilder(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 setClang(value: Double): Self
- Annotations
- @inline()
- def setHost_arch(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setNode_install_npm(value: Boolean): Self
- Annotations
- @inline()
- def setNode_install_waf(value: Boolean): Self
- Annotations
- @inline()
- def setNode_prefix(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setNode_shared_openssl(value: Boolean): Self
- Annotations
- @inline()
- def setNode_shared_v8(value: Boolean): Self
- Annotations
- @inline()
- def setNode_shared_zlib(value: Boolean): Self
- Annotations
- @inline()
- def setNode_use_dtrace(value: Boolean): Self
- Annotations
- @inline()
- def setNode_use_etw(value: Boolean): Self
- Annotations
- @inline()
- def setNode_use_openssl(value: Boolean): Self
- Annotations
- @inline()
- def setTarget_arch(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setV8_no_strict_aliasing(value: Double): Self
- Annotations
- @inline()
- def setV8_use_snapshot(value: Boolean): Self
- Annotations
- @inline()
- def setVisibility(value: scala.Predef.String): Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self