xapian-core  1.4.25
Namespaces | Functions | Variables
constinfo.cc File Reference

Mechanism for accessing a struct of constant information. More...

#include <config.h>
#include "xapian/constinfo.h"
#include "languages/sbl-dispatch.h"
#include "stringutils.h"
#include "unicode/c_istab.h"
+ Include dependency graph for constinfo.cc:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Xapian
 The Xapian namespace contains public interfaces for the Xapian library.
 
 Xapian::Internal
 

Functions

const struct constinfo * Xapian::Internal::get_constinfo_ ()
 

Variables

static const struct Xapian::Internal::constinfo const_info
 

Detailed Description

Mechanism for accessing a struct of constant information.

Definition in file constinfo.cc.

Variable Documentation

◆ const_info

const struct Xapian::Internal::constinfo const_info
static
Initial value:
= {
}
#define XAPIAN_MAJOR_VERSION
The major component of the Xapian version.
Definition: version.h:44
#define XAPIAN_VERSION
The version of Xapian as a C string literal.
Definition: version.h:39
#define XAPIAN_REVISION
The revision component of the Xapian version.
Definition: version.h:54
#define XAPIAN_MINOR_VERSION
The minor component of the Xapian version.
Definition: version.h:49
#define LANGSTRING
Definition: sbl-dispatch.h:141
#define CONST_STRLEN(S)
Returns the length of a string constant.
Definition: stringutils.h:43

Definition at line 31 of file constinfo.cc.

Referenced by Xapian::Internal::get_constinfo_().