xapian-core  2.0.0
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_OLD = -2 , BACKEND_UNKNOWN = -1 , BACKEND_REMOTE = 0 , BACKEND_INMEMORY = 1 ,
  BACKEND_GLASS = 2 , BACKEND_HONEY = 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_OLD 
BACKEND_UNKNOWN 
BACKEND_REMOTE 
BACKEND_INMEMORY 
BACKEND_GLASS 
BACKEND_HONEY 
BACKEND_MAX_ 

Definition at line 24 of file backends.h.

Function Documentation

◆ backend_name()

const char* backend_name ( int  code)
inline