Initializer
init(name:type:members:comment:introspectable:deprecated:)
Designated initialiser
init(name: String, type: TypeReference, members: [Member], comment: String, introspectable: Bool = false, deprecated: String? = nil)
Parameters
name-
The name of the
Enumerationto initialise type-
C typedef name of the enum
members-
The cases for this enum
comment-
Documentation text for the enum
introspectable-
Set to
trueif introspectable deprecated-
Documentation on deprecation status if non-
nil