Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

searchm_nodeelem Struct Reference
[Metalist]

node elements of a list. More...

#include <searchm.h>


Data Fields

char * t
int i
searchm_nodeelemnext
searchm_nodeelemprev


Detailed Description

node elements of a list.

Each node contains information about a swish word/ search term.


Field Documentation

int searchm_nodeelem::i
 

Number of terms; 0 single term, >=2 part of a phrase, with 1 being the last term in the phrase.

struct searchm_nodeelem* searchm_nodeelem::next
 

The next node in list.

struct searchm_nodeelem* searchm_nodeelem::prev
 

The previous node in list.

char* searchm_nodeelem::t
 

The term. A pointer into swish_list


The documentation for this struct was generated from the following file:
Generated on Wed Mar 30 09:40:29 2005 for Mod_Searchm by doxygen 1.3.6