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

#include <header.h>

+ Collaboration diagram for name:

Public Attributes

struct namenext
 
bytes
 
byte type
 
byte mode
 
bool value_used
 
bool initialised
 
bool used_in_definition
 
bool has_among
 
bool has_among_function
 
bool case_collision
 
bool recursive
 
bool visited
 
struct nodedefinition
 
int uses_in_among
 
int count
 
int references
 
struct groupinggrouping
 
struct nodeused
 
struct namelocal_to
 
int among_index
 
int declaration_line_number
 

Detailed Description

Definition at line 242 of file header.h.

Member Data Documentation

◆ among_index

int name::among_index

Definition at line 270 of file header.h.

◆ case_collision

bool name::case_collision

Definition at line 254 of file header.h.

◆ count

int name::count

Definition at line 264 of file header.h.

◆ declaration_line_number

int name::declaration_line_number

Definition at line 271 of file header.h.

◆ definition

struct node* name::definition

Definition at line 259 of file header.h.

◆ grouping

struct grouping* name::grouping

Definition at line 267 of file header.h.

◆ has_among

bool name::has_among

Definition at line 251 of file header.h.

◆ has_among_function

bool name::has_among_function

Definition at line 253 of file header.h.

◆ initialised

bool name::initialised

Definition at line 248 of file header.h.

◆ local_to

struct name* name::local_to

Definition at line 269 of file header.h.

◆ mode

byte name::mode

Definition at line 246 of file header.h.

◆ next

struct name* name::next

Definition at line 243 of file header.h.

◆ recursive

bool name::recursive

Definition at line 256 of file header.h.

◆ references

int name::references

Definition at line 266 of file header.h.

◆ s

byte* name::s

Definition at line 244 of file header.h.

◆ type

byte name::type

Definition at line 245 of file header.h.

◆ used

struct node* name::used

Definition at line 268 of file header.h.

◆ used_in_definition

bool name::used_in_definition

Definition at line 249 of file header.h.

◆ uses_in_among

int name::uses_in_among

Definition at line 260 of file header.h.

◆ value_used

bool name::value_used

Definition at line 247 of file header.h.

◆ visited

bool name::visited

Definition at line 258 of file header.h.


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