CXSourceRange

libclang.structs.structs$package$.CXSourceRange$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply()(using Zone): Ptr[CXSourceRange]
def apply(ptr_data: CArray[Ptr[Byte], _2], begin_int_data: CUnsignedInt, end_int_data: CUnsignedInt)(using Zone): Ptr[CXSourceRange]

Givens

Givens

given _tag: Tag[CXSourceRange]

Extensions

Extensions

extension (struct: CXSourceRange)
def begin_int_data: CUnsignedInt
def begin_int_data_=(value: CUnsignedInt): Unit
def end_int_data: CUnsignedInt
def end_int_data_=(value: CUnsignedInt): Unit
def ptr_data: CArray[Ptr[Byte], _2]
def ptr_data_=(value: CArray[Ptr[Byte], _2]): Unit