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

#include <header.h>

+ Collaboration diagram for options:

Public Types

enum  {
  LANG_C = 0 , LANG_ADA , LANG_CPLUSPLUS , LANG_CSHARP ,
  LANG_DART , LANG_GO , LANG_JAVA , LANG_JAVASCRIPT ,
  LANG_PASCAL , LANG_PHP , LANG_PYTHON , LANG_RUST
}
 

Public Attributes

byteoutput_file
 
byteoutput_leaf
 
byteextension
 
bytename
 
FILE * output_src
 
FILE * output_h
 
byte syntax_tree
 
byte comments
 
enc encoding
 
enum options:: { ... }  target_lang
 
const char * externals_prefix
 
const char * variables_prefix
 
const char * cheader
 
const char * hheader
 
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 403 of file header.h.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 416 of file header.h.

Member Data Documentation

◆ among_class

const char* options::among_class

Definition at line 439 of file header.h.

◆ cheader

const char* options::cheader

Definition at line 432 of file header.h.

◆ comments

byte options::comments

Definition at line 414 of file header.h.

◆ encoding

enc options::encoding

Definition at line 415 of file header.h.

◆ extension

byte* options::extension

Definition at line 409 of file header.h.

◆ externals_prefix

const char* options::externals_prefix

Definition at line 430 of file header.h.

◆ go_snowball_runtime

const char* options::go_snowball_runtime

Definition at line 437 of file header.h.

◆ hheader

const char* options::hheader

Definition at line 433 of file header.h.

◆ includes

struct include* options::includes

Definition at line 440 of file header.h.

◆ includes_end

struct include* options::includes_end

Definition at line 441 of file header.h.

◆ name

byte* options::name

Definition at line 410 of file header.h.

◆ output_file

byte* options::output_file

Definition at line 405 of file header.h.

◆ output_h

FILE* options::output_h

Definition at line 412 of file header.h.

◆ output_leaf

byte* options::output_leaf

Definition at line 407 of file header.h.

◆ output_src

FILE* options::output_src

Definition at line 411 of file header.h.

◆ package

const char* options::package

Definition at line 436 of file header.h.

◆ parent_class_name

const char* options::parent_class_name

Definition at line 435 of file header.h.

◆ runtime_path

const char* options::runtime_path

Definition at line 434 of file header.h.

◆ string_class

const char* options::string_class

Definition at line 438 of file header.h.

◆ syntax_tree

byte options::syntax_tree

Definition at line 413 of file header.h.

◆ 

enum { ... } options::target_lang

◆ variables_prefix

const char* options::variables_prefix

Definition at line 431 of file header.h.


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