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

searchm_limit_data Struct Reference

The information from the command/ query line necessary to build the SwishSetSearchLimit paramters. More...

#include <searchm.h>


Data Fields

const char * name
const char * active
const char * type
const char * hi [SEARCHM_LIMIT_MAX_SUB]
const char * low [SEARCHM_LIMIT_MAX_SUB]
int bEntries
int bValid
char * limit_hi
char * limit_low
searchm_limit_attr_type_e e_type


Detailed Description

The information from the command/ query line necessary to build the SwishSetSearchLimit paramters.


Field Documentation

const char* searchm_limit_data::active
 

Yes or other/not defined.

int searchm_limit_data::bEntries
 

True if at least on item was entered into structure.

int searchm_limit_data::bValid
 

True if appears valid for SwishSetSearchLimit.

searchm_limit_attr_type_e searchm_limit_data::e_type
 

The type ("date" "string" "integer") converted to enum.

const char* searchm_limit_data::hi[SEARCHM_LIMIT_MAX_SUB]
 

Limit char * hi values. Interpertation depends on type.

char* searchm_limit_data::limit_hi
 

The actual SwishSetSearchLimit char * hi.

char* searchm_limit_data::limit_low
 

The actual SwishSetSearchLimit char * low.

const char* searchm_limit_data::low[SEARCHM_LIMIT_MAX_SUB]
 

Limit char * low values. Interpertation depends on type.

const char* searchm_limit_data::name
 

Limit char * propertyname.

const char* searchm_limit_data::type
 

One of "date", "string", "integer".


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