object
hook_set(Set)
ï
Set
- Set (list) of hook objects.
Use a set (represented using a list) of hook objects to expand terms and goals. The hook objects are tried in sequence until one of them succeeds in expanding the current term (goal) into a different term (goal).
Availability:
logtalk_load(hook_flows(loader))
Author: Paulo Moura
Version: 2:0:0
Date: 2024-09-27
Compilation flags:
static, context_switching_calls
Implements:
public
expandingRemarks:
Usage: Compile source files that should be expanded using the set of hook objects using the compiler option
hook(hook_set(Set))
.
Inherited public predicates:
Public predicatesï
(no local declarations; see entity ancestors if any)
Protected predicatesï
(no local declarations; see entity ancestors if any)
Private predicatesï
(no local declarations; see entity ancestors if any)
Operatorsï
(none)
See also