YAP 7.1.0
read_data_t

Public Attributes

unsigned char * here
 
unsigned char * base
 
unsigned char * end
 
unsigned char * token_start
 
int magic
 
struct stream_descstream
 
FILE * f
 
YAP_Term position
 
void * posp
 
size_t posi
 
YAP_Term subtpos
 
bool cycles
 
yapSourceLocation start_of_term
 
struct mod_entrymodule
 
unsigned int flags
 
int styleCheck
 
bool backquoted_string
 
int * char_conversion_table
 
YAP_Atom on_error
 
int has_exception
 
YAP_Term exception
 
YAP_Term variables
 
YAP_Term singles
 
YAP_Term varnames
 
int strictness
 
YAP_Term comments
 

Detailed Description

Definition at line 96 of file YapStreams.h.

Member Data Documentation

◆ backquoted_string

bool backquoted_string

Definition at line 115 of file YapStreams.h.

◆ base

unsigned char* base

Definition at line 98 of file YapStreams.h.

◆ char_conversion_table

int* char_conversion_table

Definition at line 117 of file YapStreams.h.

◆ comments

YAP_Term comments

Definition at line 134 of file YapStreams.h.

◆ cycles

bool cycles

Definition at line 110 of file YapStreams.h.

◆ end

unsigned char* end

Definition at line 99 of file YapStreams.h.

◆ exception

YAP_Term exception

Definition at line 122 of file YapStreams.h.

◆ f

FILE* f

Definition at line 104 of file YapStreams.h.

◆ flags

unsigned int flags

Definition at line 113 of file YapStreams.h.

◆ has_exception

int has_exception

Definition at line 120 of file YapStreams.h.

◆ here

unsigned char* here

Definition at line 97 of file YapStreams.h.

◆ magic

int magic

Definition at line 102 of file YapStreams.h.

◆ module

struct mod_entry* module

Definition at line 112 of file YapStreams.h.

◆ on_error

YAP_Atom on_error

Definition at line 119 of file YapStreams.h.

◆ posi

size_t posi

Definition at line 107 of file YapStreams.h.

◆ position

YAP_Term position

Definition at line 105 of file YapStreams.h.

◆ posp

void* posp

Definition at line 106 of file YapStreams.h.

◆ singles

YAP_Term singles

Definition at line 124 of file YapStreams.h.

◆ start_of_term

yapSourceLocation start_of_term

Definition at line 111 of file YapStreams.h.

◆ stream

struct stream_desc* stream

Definition at line 103 of file YapStreams.h.

◆ strictness

int strictness

Definition at line 126 of file YapStreams.h.

◆ styleCheck

int styleCheck

Definition at line 114 of file YapStreams.h.

◆ subtpos

YAP_Term subtpos

Definition at line 109 of file YapStreams.h.

◆ token_start

unsigned char* token_start

Definition at line 100 of file YapStreams.h.

◆ variables

YAP_Term variables

Definition at line 123 of file YapStreams.h.

◆ varnames

YAP_Term varnames

Definition at line 125 of file YapStreams.h.


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