CXObjCPropertyAttrKind

\brief Property attributes for a \c CXCursor_ObjCPropertyDecl.

Values

ValueMeaning
CXObjCPropertyAttr_noattr0x00
CXObjCPropertyAttr_readonly0x01
CXObjCPropertyAttr_getter0x02
CXObjCPropertyAttr_assign0x04
CXObjCPropertyAttr_readwrite0x08
CXObjCPropertyAttr_retain0x10
CXObjCPropertyAttr_copy0x20
CXObjCPropertyAttr_nonatomic0x40
CXObjCPropertyAttr_setter0x80
CXObjCPropertyAttr_atomic0x100
CXObjCPropertyAttr_weak0x200
CXObjCPropertyAttr_strong0x400
CXObjCPropertyAttr_unsafe_unretained0x800
CXObjCPropertyAttr_class0x1000

Meta