Enum PropertySemantics

Represents the semantics supported by an @property member

enum PropertySemantics : int { ... }

Enum members

NameDescription
r is a read property
rw is a read-write property
w is a write property