FFITernaryCondition

This condition subtype represents all available ternary conditions. (operations with three operands)

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

first
FFICondition* first;

The first operand on which to operate based on the type.

second
FFICondition* second;

The second operand on which to operate based on the type.

third
FFICondition* third;

The third operand on which to operate based on the type.

type
Type type;

tagged union type

Meta