CXIdxIncludedFileInfo

libclang.structs$package.CXIdxIncludedFileInfo

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply()(using Zone): Ptr[CXIdxIncludedFileInfo]
def apply(hashLoc: CXIdxLoc, filename: CString, file: CXFile, isImport: CInt, isAngled: CInt, isModuleImport: CInt)(using Zone): Ptr[CXIdxIncludedFileInfo]

Givens

Givens

Extensions

Extensions

extension (struct: CXIdxIncludedFileInfo)
def file: CXFile
def file_=(value: CXFile): Unit
def filename: CString
def filename_=(value: CString): Unit
def hashLoc_=(value: CXIdxLoc): Unit
def isAngled: CInt
def isAngled_=(value: CInt): Unit
def isImport: CInt
def isImport_=(value: CInt): Unit
def isModuleImport: CInt
def isModuleImport_=(value: CInt): Unit