|
xapian-core
1.4.30
|
BACKEND_* constants. More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Enumerations | |
| enum | { BACKEND_UNKNOWN = -1 , BACKEND_REMOTE = 0 , BACKEND_INMEMORY = 1 , BACKEND_CHERT = 2 , BACKEND_GLASS = 3 , BACKEND_MAX_ } |
Functions | |
| const char * | backend_name (int code) |
BACKEND_* constants.
Definition in file backends.h.
| anonymous enum |
| Enumerator | |
|---|---|
| BACKEND_UNKNOWN | |
| BACKEND_REMOTE | |
| BACKEND_INMEMORY | |
| BACKEND_CHERT | |
| BACKEND_GLASS | |
| BACKEND_MAX_ | |
Definition at line 24 of file backends.h.
|
inline |
Definition at line 33 of file backends.h.
References BACKEND_MAX_.
Referenced by backend_mismatch(), TestRunner::do_tests_for_backend_(), TestRunner::set_properties_for_backend(), and TestRunner::use_backend().