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

Standard ValueRangeProcessor and RangeProcessor subclasses. More...

#include <config.h>
#include <xapian/queryparser.h>
#include <cerrno>
#include <cstdlib>
#include <string>
#include "stringutils.h"
+ Include dependency graph for valuerangeproc.cc:

Go to the source code of this file.

Namespaces

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

Functions

static bool Xapian::decode_xxy (const string &s, int &x1, int &x2, int &y)
 
static bool Xapian::vet_dm (int d, int m)
 
static bool Xapian::is_yyyy_mm_dd (const string &s)
 
static void Xapian::format_int_fixed_width (char *p, int v, int w)
 
static void Xapian::format_yyyymmdd (char *p, int y, int m, int d)
 

Variables

static const char Xapian::max_month_length [12]
 

Detailed Description

Standard ValueRangeProcessor and RangeProcessor subclasses.

Definition in file valuerangeproc.cc.