FFIUnaryCondition

This condition subtype represents all available unary conditions. (operations with a single operand)

Members

Enums

Type
enum Type

tagged union type

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

condition
FFICondition* condition;

The operand for any unary condition on which to operate using the type.

type
Type type;

tagged union type

Meta