ClangDetector

bindgen.ClangDetector$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class ProcessResult(stdout: List[String], stderr: List[String], exitCode: Int, command: List[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def detect(path: Path, args: String*): Either[ProcessResult, ClangInfo]
def extractSearchPaths(lines: List[String]): List[String]
def process(cmd: String*): ProcessResult