xapian-core  1.4.25
Variables
uuids.cc File Reference

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"
+ Include dependency graph for uuids.cc:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Class for handling UUIDs.

Definition in file uuids.cc.

Variable Documentation

◆ UUID_GAP_MASK

constexpr unsigned UUID_GAP_MASK = 0x2a8
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().