xapian-core  1.4.25
Enumerations | Functions
backends.h File Reference

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)
 

Detailed Description

BACKEND_* constants.

Definition in file backends.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
BACKEND_UNKNOWN 
BACKEND_REMOTE 
BACKEND_INMEMORY 
BACKEND_CHERT 
BACKEND_GLASS 
BACKEND_MAX_ 

Definition at line 24 of file backends.h.

Function Documentation

◆ backend_name()

const char* backend_name ( int  code)
inline

Definition at line 33 of file backends.h.

References BACKEND_MAX_.

Referenced by backend_mismatch(), and TestRunner::do_tests_for_backend_().