YAP 7.1.0
open_query_struct

Public Attributes

int q_open
 
int q_state
 
YAP_handle_t q_g
 
struct pred_entryq_pe
 
struct yamiq_p
 
struct yamiq_cp
 
jmp_buf q_env
 
int q_flags
 
YAP_dogoalinfo q_h
 
struct open_query_structoq
 

Detailed Description

Definition at line 201 of file YapDefs.h.

Member Data Documentation

◆ oq

struct open_query_struct* oq

Definition at line 210 of file YapDefs.h.

◆ q_cp

struct yami * q_cp

Definition at line 206 of file YapDefs.h.

◆ q_env

jmp_buf q_env

Definition at line 207 of file YapDefs.h.

◆ q_flags

int q_flags

Definition at line 208 of file YapDefs.h.

◆ q_g

YAP_handle_t q_g

Definition at line 204 of file YapDefs.h.

◆ q_h

Definition at line 209 of file YapDefs.h.

◆ q_open

int q_open

Definition at line 202 of file YapDefs.h.

◆ q_p

struct yami* q_p

Definition at line 206 of file YapDefs.h.

◆ q_pe

struct pred_entry* q_pe

Definition at line 205 of file YapDefs.h.

◆ q_state

int q_state

Definition at line 203 of file YapDefs.h.


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