YAP 7.1.0
mod_entry

Module property: low-level data used to manage modes. More...

#include <Yatom.h>

Public Attributes

Prop NextOfPE
 
PropFlags KindOfPE
 chain of atom properties
More...
 
struct pred_entryPredForME
 kind of property
More...
 
struct operator_entryOpForME
 index in module table
More...
 
Atom AtomOfME
 index in operator table
More...
 
Atom OwnerFile
 module's name
More...
 
unsigned int flags
 module's owner file
More...
 
struct mod_entryNextME
 Module local flags (from SWI compat) More...
 

Detailed Description

Module property: low-level data used to manage modes.

Includes lists of pedicates, operators and other well-defIned properties

Definition at line 209 of file Yatom.h.

Member Data Documentation

◆ AtomOfME

Atom AtomOfME

index in operator table

Definition at line 214 of file Yatom.h.

◆ flags

unsigned int flags

module's owner file

Definition at line 219 of file Yatom.h.

◆ KindOfPE

PropFlags KindOfPE

chain of atom properties

Definition at line 211 of file Yatom.h.

◆ NextME

struct mod_entry* NextME

Module local flags (from SWI compat)

Definition at line 220 of file Yatom.h.

◆ NextOfPE

Prop NextOfPE

Definition at line 210 of file Yatom.h.

◆ OpForME

struct operator_entry* OpForME

index in module table

Definition at line 213 of file Yatom.h.

◆ OwnerFile

Atom OwnerFile

module's name

Definition at line 215 of file Yatom.h.

◆ PredForME

struct pred_entry* PredForME

kind of property

Definition at line 212 of file Yatom.h.


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