Class ApiBufferConditionNode

Class Documentation

class ApiBufferConditionNode

This class defines a a node in the multi-condition tree.

Public Functions

ApiBufferConditionNode()

Public Members

int parent

Index of the parent node. Set to -1 if the node is the root.

int children[constants::maxConditionTreeChildren]

Array of indices of the child nodes.

int childCount

The number of children currently connected to this node.

ApiBufferConditionNodeType::T type

The type of this node (e.g., Leaf, And, Or, etc.).

ApiBufferCondition condition

The condition data associated with this node. Used only if this is a leaf node.