xapian-core
1.4.26
|
ChertVersion class. More...
#include <config.h>
#include <xapian/error.h>
#include "chert_version.h"
#include "io_utils.h"
#include "stringutils.h"
#include "str.h"
#include <cerrno>
#include <cstring>
#include <string>
#include "backends/uuids.h"
Go to the source code of this file.
Macros | |
#define | CHERT_VERSION 200912150 |
#define | MAGIC_STRING "IAmChert" |
#define | MAGIC_LEN CONST_STRLEN(MAGIC_STRING) |
#define | VERSIONFILE_SIZE (MAGIC_LEN + 4 + 16) |
#define | VERSIONFILE_SIZE_LITERAL 28 |
ChertVersion class.
Definition in file chert_version.cc.
#define CHERT_VERSION 200912150 |
Definition at line 40 of file chert_version.cc.
Referenced by ChertVersion::create(), and ChertVersion::read_and_check().
#define MAGIC_LEN CONST_STRLEN(MAGIC_STRING) |
Definition at line 47 of file chert_version.cc.
Referenced by ChertVersion::create(), and ChertVersion::read_and_check().
#define MAGIC_STRING "IAmChert" |
Definition at line 45 of file chert_version.cc.
Referenced by ChertVersion::create(), and ChertVersion::read_and_check().
#define VERSIONFILE_SIZE (MAGIC_LEN + 4 + 16) |
Definition at line 49 of file chert_version.cc.
Referenced by ChertVersion::create(), and ChertVersion::read_and_check().
#define VERSIONFILE_SIZE_LITERAL 28 |
Definition at line 54 of file chert_version.cc.
Referenced by ChertVersion::read_and_check().