YAP 7.1.0
ext_op

Public Attributes

void(* bind_op )(Term *, Term CACHE_TYPE)
 
int(* copy_term_op )(CELL *, void *, CELL *CACHE_TYPE)
 
Term(* to_term_op )(CELL *)
 
int(* term_to_op )(Term, Term CACHE_TYPE)
 
void(* mark_op )(CELL *)
 

Detailed Description

Definition at line 99 of file TermExt.h.

Member Data Documentation

◆ bind_op

void(* bind_op) (Term *, Term CACHE_TYPE)

Definition at line 102 of file TermExt.h.

◆ copy_term_op

int(* copy_term_op) (CELL *, void *, CELL *CACHE_TYPE)

Definition at line 104 of file TermExt.h.

◆ mark_op

void(* mark_op) (CELL *)

Definition at line 109 of file TermExt.h.

◆ term_to_op

int(* term_to_op) (Term, Term CACHE_TYPE)

Definition at line 107 of file TermExt.h.

◆ to_term_op

Term(* to_term_op) (CELL *)

Definition at line 106 of file TermExt.h.


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