YAP 7.1.0
path_stack_entry

Public Attributes

add2index_entries flag
 
union {
   struct {
      yamop **   pi_pc
 
      yamop *   code
 
      yamop *   current_code
 
      yamop *   work_pc
 
      Term   tag
 
   }   pce
 
   struct {
      ClauseUnion *   block
 
      yamop **   entry_code
 
   }   cle
 
uip
 

Detailed Description

Definition at line 101 of file index.h.

Member Data Documentation

◆ block

ClauseUnion* block

Definition at line 110 of file index.h.

◆ code

yamop* code

Definition at line 106 of file index.h.

◆ current_code

yamop * current_code

Definition at line 106 of file index.h.

◆ entry_code

yamop** entry_code

Definition at line 111 of file index.h.

◆ flag

add2index_entries flag

Definition at line 102 of file index.h.

◆ pi_pc

yamop** pi_pc

Definition at line 105 of file index.h.

◆ tag

Term tag

Definition at line 107 of file index.h.

◆ work_pc

yamop * work_pc

Definition at line 106 of file index.h.


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