xapian-core  1.4.25
Public Types | Public Attributes | List of all members
options Struct Reference

#include <header.h>

+ Collaboration diagram for options:

Public Types

enum  {
  LANG_JAVA, LANG_C, LANG_CPLUSPLUS, LANG_CSHARP,
  LANG_PASCAL, LANG_PYTHON, LANG_JAVASCRIPT, LANG_RUST,
  LANG_GO
}
 

Public Attributes

const char * output_file
 
const char * name
 
FILE * output_src
 
FILE * output_h
 
byte syntax_tree
 
byte comments
 
enc encoding
 
enum options:: { ... }  make_lang
 
const char * externals_prefix
 
const char * variables_prefix
 
const char * runtime_path
 
const char * parent_class_name
 
const char * package
 
const char * go_snowball_runtime
 
const char * string_class
 
const char * among_class
 
struct includeincludes
 
struct includeincludes_end
 

Detailed Description

Definition at line 334 of file header.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
LANG_JAVA 
LANG_C 
LANG_CPLUSPLUS 
LANG_CSHARP 
LANG_PASCAL 
LANG_PYTHON 
LANG_JAVASCRIPT 
LANG_RUST 
LANG_GO 

Definition at line 345 of file header.h.

Member Data Documentation

◆ among_class

const char* options::among_class

Definition at line 353 of file header.h.

◆ comments

byte options::comments

Definition at line 343 of file header.h.

◆ encoding

enc options::encoding

Definition at line 344 of file header.h.

◆ externals_prefix

const char* options::externals_prefix

Definition at line 346 of file header.h.

◆ go_snowball_runtime

const char* options::go_snowball_runtime

Definition at line 351 of file header.h.

◆ includes

struct include* options::includes

Definition at line 354 of file header.h.

◆ includes_end

struct include* options::includes_end

Definition at line 355 of file header.h.

◆ make_lang

enum { ... } options::make_lang

◆ name

const char* options::name

Definition at line 339 of file header.h.

◆ output_file

const char* options::output_file

Definition at line 338 of file header.h.

◆ output_h

FILE* options::output_h

Definition at line 341 of file header.h.

◆ output_src

FILE* options::output_src

Definition at line 340 of file header.h.

◆ package

const char* options::package

Definition at line 350 of file header.h.

◆ parent_class_name

const char* options::parent_class_name

Definition at line 349 of file header.h.

◆ runtime_path

const char* options::runtime_path

Definition at line 348 of file header.h.

◆ string_class

const char* options::string_class

Definition at line 352 of file header.h.

◆ syntax_tree

byte options::syntax_tree

Definition at line 342 of file header.h.

◆ variables_prefix

const char* options::variables_prefix

Definition at line 347 of file header.h.


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