IDZEBRA  2.2.7
Data Fields
zebra_map Struct Reference

Data Fields

const char * id
 
int completeness
 
int positioned
 
int alwaysmatches
 
int first_in_field
 
int type
 
int use_chain
 
int debug
 
union {
   struct {
      int   entry_size
 
   }   sort
 
u
 
chrmaptab maptab
 
const char * maptab_name
 
zebra_maps_t zebra_maps
 
WRBUF input_str
 
WRBUF print_str
 
size_t simple_off
 
struct zebra_mapnext
 

Detailed Description

Definition at line 43 of file zebramap.c.

Field Documentation

◆ alwaysmatches

int zebra_map::alwaysmatches

Definition at line 47 of file zebramap.c.

Referenced by parse_command(), zebra_add_map(), and zebra_maps_is_alwaysmatches().

◆ completeness

int zebra_map::completeness

◆ debug

int zebra_map::debug

◆ entry_size

int zebra_map::entry_size

Definition at line 54 of file zebramap.c.

◆ first_in_field

int zebra_map::first_in_field

Definition at line 48 of file zebramap.c.

Referenced by parse_command(), zebra_add_map(), and zebra_maps_is_first_in_field().

◆ id

const char* zebra_map::id

Definition at line 44 of file zebramap.c.

Referenced by zebra_add_map(), and zebra_map_get().

◆ input_str

WRBUF zebra_map::input_str

◆ maptab

chrmaptab zebra_map::maptab

◆ maptab_name

const char* zebra_map::maptab_name

Definition at line 58 of file zebramap.c.

Referenced by parse_command(), zebra_add_map(), zebra_charmap_get(), and zebra_map_get_or_add().

◆ next

struct zebra_map* zebra_map::next

Definition at line 69 of file zebramap.c.

Referenced by zebra_add_map(), zebra_map_get(), and zebra_maps_close().

◆ positioned

int zebra_map::positioned

◆ print_str

WRBUF zebra_map::print_str

◆ simple_off

size_t zebra_map::simple_off

Definition at line 68 of file zebramap.c.

Referenced by tokenize_simple(), and zebra_map_tokenize_start().

◆ 

struct { ... } zebra_map::sort

◆ type

int zebra_map::type

◆ 

union { ... } zebra_map::u

◆ use_chain

int zebra_map::use_chain

◆ zebra_maps

zebra_maps_t zebra_map::zebra_maps

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