#include <config.h>
#include <xapian/queryparser.h>
#include <cfloat>
#include <cmath>
#include <string>
#include "omassert.h"

Go to the source code of this file.
Functions | |
| static unsigned char | numfromstr (const std::string &str, std::string::size_type pos) |
| Get a number from the character at a given position in a string, returning 0 if the string isn't long enough. | |
Definition in file sortable-serialise.cc.
| static unsigned char numfromstr | ( | const std::string & | str, | |
| std::string::size_type | pos | |||
| ) | [inline, static] |
Get a number from the character at a given position in a string, returning 0 if the string isn't long enough.
Definition at line 170 of file sortable-serialise.cc.
Referenced by Xapian::sortable_unserialise().