xapian-core  2.1.0
Public Attributes | List of all members
generator Struct Reference

#include <header.h>

+ Collaboration diagram for generator:

Public Attributes

struct analyseranalyser
 
struct optionsoptions
 
bool unreachable
 
int var_number
 
struct str * outbuf
 
struct str * declarations
 
int next_label
 
int max_label
 
int margin
 
struct str * failure_str
 
int label_used
 
int failure_label
 
int debug_count
 
int copy_from_count
 
const char * S [10]
 
byteB [10]
 
int I [10]
 
int line_count
 
int line_labelled
 
int literalstring_count
 
int keep_count
 
bool temporary_used
 
char java_import_arrays
 
char java_import_chararraysequence
 
const char * varname_prefix
 
const char * margin_indent
 

Detailed Description

Definition at line 404 of file header.h.

Member Data Documentation

◆ analyser

struct analyser* generator::analyser

Definition at line 405 of file header.h.

◆ B

byte* generator::B[10]

Definition at line 425 of file header.h.

◆ copy_from_count

int generator::copy_from_count

Definition at line 422 of file header.h.

◆ debug_count

int generator::debug_count

Definition at line 421 of file header.h.

◆ declarations

struct str* generator::declarations

Definition at line 411 of file header.h.

◆ failure_label

int generator::failure_label

Definition at line 420 of file header.h.

◆ failure_str

struct str* generator::failure_str

Definition at line 417 of file header.h.

◆ I

int generator::I[10]

Definition at line 426 of file header.h.

◆ java_import_arrays

char generator::java_import_arrays

Definition at line 434 of file header.h.

◆ java_import_chararraysequence

char generator::java_import_chararraysequence

Definition at line 435 of file header.h.

◆ keep_count

int generator::keep_count

Definition at line 431 of file header.h.

◆ label_used

int generator::label_used

Definition at line 419 of file header.h.

◆ line_count

int generator::line_count

Definition at line 428 of file header.h.

◆ line_labelled

int generator::line_labelled

Definition at line 429 of file header.h.

◆ literalstring_count

int generator::literalstring_count

Definition at line 430 of file header.h.

◆ margin

int generator::margin

Definition at line 414 of file header.h.

◆ margin_indent

const char* generator::margin_indent

Definition at line 439 of file header.h.

◆ max_label

int generator::max_label

Definition at line 413 of file header.h.

◆ next_label

int generator::next_label

Definition at line 412 of file header.h.

Referenced by new_label().

◆ options

struct options* generator::options

Definition at line 406 of file header.h.

◆ outbuf

struct str* generator::outbuf

Definition at line 410 of file header.h.

◆ S

const char* generator::S[10]

Definition at line 424 of file header.h.

◆ temporary_used

bool generator::temporary_used

Definition at line 433 of file header.h.

◆ unreachable

bool generator::unreachable

Definition at line 407 of file header.h.

◆ var_number

int generator::var_number

Definition at line 409 of file header.h.

◆ varname_prefix

const char* generator::varname_prefix

Definition at line 437 of file header.h.


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