YAP 7.1.0
YAP_opaque_handler_struct

opaque variables can interact with the system More...

#include <YapDefs.h>

Public Attributes

YAP_Opaque_CallOnCut cut_handler
 
YAP_Opaque_CallOnFail fail_handler
 
YAP_Opaque_CallOnWrite write_handler
 
YAP_Opaque_CallOnGCMark mark_handler
 
YAP_Opaque_CallOnGCRelocate relocate_handler
 

Detailed Description

opaque variables can interact with the system

Definition at line 229 of file YapDefs.h.

Member Data Documentation

◆ cut_handler

YAP_Opaque_CallOnCut cut_handler

Definition at line 230 of file YapDefs.h.

◆ fail_handler

YAP_Opaque_CallOnFail fail_handler

Definition at line 233 of file YapDefs.h.

◆ mark_handler

YAP_Opaque_CallOnGCMark mark_handler

Definition at line 236 of file YapDefs.h.

◆ relocate_handler

YAP_Opaque_CallOnGCRelocate relocate_handler

Definition at line 238 of file YapDefs.h.

◆ write_handler

YAP_Opaque_CallOnWrite write_handler

Definition at line 234 of file YapDefs.h.


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