CXIdxEntityInfo

libclang.structs.structs$package.CXIdxEntityInfo

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply()(using Zone): Ptr[CXIdxEntityInfo]
def apply(kind: CXIdxEntityKind, templateKind: CXIdxEntityCXXTemplateKind, lang: CXIdxEntityLanguage, name: CString, USR: CString, cursor: CXCursor, attributes: Ptr[Ptr[CXIdxAttrInfo]], numAttributes: CUnsignedInt)(using Zone): Ptr[CXIdxEntityInfo]

Givens

Givens

given _tag: Tag[CXIdxEntityInfo]

Extensions

Extensions

extension (struct: CXIdxEntityInfo)
def USR: CString
def USR_=(value: CString): Unit
def attributes: Ptr[Ptr[CXIdxAttrInfo]]
def attributes_=(value: Ptr[Ptr[CXIdxAttrInfo]]): Unit
def cursor_=(value: CXCursor): Unit
def kind_=(value: CXIdxEntityKind): Unit
def lang_=(value: CXIdxEntityLanguage): Unit
def name: CString
def name_=(value: CString): Unit
def numAttributes: CUnsignedInt
def numAttributes_=(value: CUnsignedInt): Unit