CXVersion

libclang.structs$package.CXVersion
object CXVersion

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CXVersion.type

Members list

Value members

Concrete methods

def apply()(using Zone): Ptr[CXVersion]
def apply(Major: CInt, Minor: CInt, Subminor: CInt)(using Zone): Ptr[CXVersion]

Givens

Givens

given _tag: Tag[CXVersion]

Extensions

Extensions

extension (struct: CXVersion)
def Major: CInt
def Major_=(value: CInt): Unit
def Minor: CInt
def Minor_=(value: CInt): Unit
def Subminor: CInt
def Subminor_=(value: CInt): Unit