xapian-core
1.4.26
|
Class for handling UUIDs. More...
#include <config.h>
#include "uuids.h"
#include "xapian/error.h"
#include <cerrno>
#include <cstring>
#include "stringutils.h"
#include <sys/types.h>
#include "safefcntl.h"
#include "safeunistd.h"
Go to the source code of this file.
Variables | |
static constexpr unsigned | UUID_GAP_MASK = 0x2a8 |
Bit-mask to determine where to put hyphens in the string representation. More... | |
Class for handling UUIDs.
Definition in file uuids.cc.
|
static |
Bit-mask to determine where to put hyphens in the string representation.
Definition at line 60 of file uuids.cc.
Referenced by Uuid::parse(), and Uuid::to_string().