Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
|
Go to the documentation of this file.
29 #ifndef SEARCH_OPTIONS_H_
30 #define SEARCH_OPTIONS_H_
51 #ifndef DOXYGEN_SHOULD_SKIP_THIS
53 #ifdef ALLOCATE_SEARCH_TAGS
54 #define SEARCH_PREFIX GRASSROOTS_UTIL_API
55 #define SEARCH_VAL(x) = x
57 #define SEARCH_PREFIX extern GRASSROOTS_UTIL_API
const char * SO_LESS_THAN_OR_EQUALS_S
The identifier for "less than or equals" search operations.
Definition: search_options.h:93
const char * SO_CASE_INSENSITIVE_S
The identifier for specifying case-insensitive searches.
Definition: search_options.h:129
const char * SO_NOT_EQUALS_S
The identifier for "not equals" search operations.
Definition: search_options.h:115
const char * SO_LIKE_S
The identifier for "like" search operations.
Definition: search_options.h:122
const char * SO_GREATER_THAN_S
The identifier for "greater than" search operations.
Definition: search_options.h:101
const char * SO_GREATER_THAN_OR_EQUALS_S
The identifier for "greater than or equals" search operations.
Definition: search_options.h:108
const char * SO_LESS_THAN_S
The identifier for "less than" search operations.
Definition: search_options.h:85
const char * SO_EQUALS_S
The identifier for equality search operations.
Definition: search_options.h:77
const char * SO_RANGE_S
The identifier for specifying a search for any value within a given set of values.
Definition: search_options.h:69