EnumDecl
public struct EnumDecl: ClangCursorBacked
Undocumented
-
Retrieves an array of all the constants as part of this enum.
Declaration
Swift
public func constants() -> [EnumConstantDecl]
-
Retrieve the integer type of an enum declaration.
Declaration
Swift
public var integerType: CType