FFIBinaryCondition

This condition subtype represents all available binary conditions. (operations with two 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

lhs
FFICondition* lhs;

The left-hand-side operand on which to operate based on the type.

rhs
FFICondition* rhs;

The right-hand-side operand on which to operate based on the type.

type
Type type;

tagged union type

Meta