EnumCursor

Undocumented in source.

Alias This

cursor

Members

Properties

isSigned
bool isSigned [@property getter]

Return: if the type of the enum is signed.

signedValue
long signedValue [@property getter]

Retrieve the integer value of an enum constant declaration as a signed long.

type
Type type [@property getter]

Retrieve the integer type of an enum declaration.

unsignedValue
ulong unsignedValue [@property getter]

Retrieve the integer value of an enum constant declaration as an unsigned long.

value
string value [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cursor
Cursor cursor;
Undocumented in source.

Meta