YAP 7.1.0
table_entry

Public Attributes

struct pred_entrypred_entry
 
Atom pred_atom
 
int pred_arity
 
short pred_flags
 
short execution_mode
 
struct subgoal_trie_nodesubgoal_trie
 
struct subgoal_trie_hashhash_chain
 
struct table_entrynext
 

Detailed Description

Definition at line 22 of file tab.structs.h.

Member Data Documentation

◆ execution_mode

short execution_mode

Definition at line 30 of file tab.structs.h.

◆ hash_chain

struct subgoal_trie_hash* hash_chain

Definition at line 39 of file tab.structs.h.

◆ next

struct table_entry* next

Definition at line 40 of file tab.structs.h.

◆ pred_arity

int pred_arity

Definition at line 28 of file tab.structs.h.

◆ pred_atom

Atom pred_atom

Definition at line 27 of file tab.structs.h.

◆ pred_entry

Definition at line 26 of file tab.structs.h.

◆ pred_flags

short pred_flags

Definition at line 29 of file tab.structs.h.

◆ subgoal_trie

struct subgoal_trie_node* subgoal_trie

Definition at line 37 of file tab.structs.h.


The documentation for this struct was generated from the following file: