xapian-core  2.0.0
Namespaces | Macros
honey_postlist.cc File Reference

PostList in a honey database. More...

#include <config.h>
#include "honey_postlist.h"
#include "honey_cursor.h"
#include "honey_database.h"
#include "honey_positionlist.h"
#include "honey_postlist_encodings.h"
#include "overflow.h"
#include "pack.h"
#include <string>
#include <string_view>
+ Include dependency graph for honey_postlist.cc:

Go to the source code of this file.

Namespaces

 Honey
 

Macros

#define TOP_BIT_SET(T)   ((static_cast<T>(-1) >> 1) + 1)
 

Detailed Description

PostList in a honey database.

Definition in file honey_postlist.cc.

Macro Definition Documentation

◆ TOP_BIT_SET

#define TOP_BIT_SET (   T)    ((static_cast<T>(-1) >> 1) + 1)

Definition at line 51 of file honey_postlist.cc.