![]() |
YAP 7.1.0
|
Public Attributes | |
struct pred_entry * | pred_entry |
Atom | pred_atom |
int | pred_arity |
short | pred_flags |
short | execution_mode |
struct subgoal_trie_node * | subgoal_trie |
struct subgoal_trie_hash * | hash_chain |
struct table_entry * | next |
Definition at line 22 of file tab.structs.h.
short execution_mode |
Definition at line 30 of file tab.structs.h.
struct subgoal_trie_hash* hash_chain |
Definition at line 39 of file tab.structs.h.
struct table_entry* next |
Definition at line 40 of file tab.structs.h.
int pred_arity |
Definition at line 28 of file tab.structs.h.
Atom pred_atom |
Definition at line 27 of file tab.structs.h.
struct pred_entry* pred_entry |
Definition at line 26 of file tab.structs.h.
short pred_flags |
Definition at line 29 of file tab.structs.h.
struct subgoal_trie_node* subgoal_trie |
Definition at line 37 of file tab.structs.h.