xapian-core  1.4.25
Macros | Functions
xapian-check.cc File Reference

Tool to check the consistency of a database or table. More...

#include <config.h>
#include <xapian.h>
#include <cstdlib>
#include <cstring>
#include <stdexcept>
#include <iostream>
+ Include dependency graph for xapian-check.cc:

Go to the source code of this file.

Macros

#define PROG_NAME   "xapian-check"
 
#define PROG_DESC   "Check the consistency of a database or table"
 

Functions

static void show_usage ()
 
int main (int argc, char **argv)
 

Detailed Description

Tool to check the consistency of a database or table.

Definition in file xapian-check.cc.

Macro Definition Documentation

◆ PROG_DESC

#define PROG_DESC   "Check the consistency of a database or table"

Definition at line 35 of file xapian-check.cc.

Referenced by main().

◆ PROG_NAME

#define PROG_NAME   "xapian-check"

Definition at line 34 of file xapian-check.cc.

Referenced by main(), and show_usage().

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ show_usage()

static void show_usage ( )
static

Definition at line 37 of file xapian-check.cc.

References PROG_NAME.

Referenced by main().