xapian-core  2.0.0
Public Member Functions | Private Attributes | Friends | List of all members
Xapian::PostingIterator::Internal Class Reference

#include <postingiteratorinternal.h>

+ Collaboration diagram for Xapian::PostingIterator::Internal:

Public Member Functions

 Internal (PostList *pl_, const Xapian::Database &db_)
 
 ~Internal ()
 
Xapian::docid get_docid () const
 
Xapian::termcount get_wdf () const
 
Xapian::termcount get_doclength () const
 
Xapian::termcount get_unique_terms () const
 
Xapian::termcount get_wdfdocmax () const
 
PositionListopen_position_list () const
 
bool next ()
 
bool skip_to (Xapian::docid did)
 
std::string get_description () const
 

Private Attributes

PostListpl
 
Xapian::Database db
 
unsigned _refs = 0
 

Friends

class PostingIterator
 

Detailed Description

Definition at line 30 of file postingiteratorinternal.h.

Constructor & Destructor Documentation

◆ Internal()

Xapian::PostingIterator::Internal::Internal ( PostList pl_,
const Xapian::Database db_ 
)
inline

Definition at line 40 of file postingiteratorinternal.h.

◆ ~Internal()

Xapian::PostingIterator::Internal::~Internal ( )
inline

Definition at line 43 of file postingiteratorinternal.h.

References pl.

Member Function Documentation

◆ get_description()

std::string Xapian::PostingIterator::Internal::get_description ( ) const
inline

Definition at line 81 of file postingiteratorinternal.h.

References Xapian::Internal::PostList::get_description(), and pl.

◆ get_docid()

Xapian::docid Xapian::PostingIterator::Internal::get_docid ( ) const
inline

◆ get_doclength()

Xapian::termcount Xapian::PostingIterator::Internal::get_doclength ( ) const
inline

◆ get_unique_terms()

Xapian::termcount Xapian::PostingIterator::Internal::get_unique_terms ( ) const
inline

◆ get_wdf()

Xapian::termcount Xapian::PostingIterator::Internal::get_wdf ( ) const
inline

◆ get_wdfdocmax()

Xapian::termcount Xapian::PostingIterator::Internal::get_wdfdocmax ( ) const
inline

◆ next()

bool Xapian::PostingIterator::Internal::next ( )
inline

◆ open_position_list()

PositionList* Xapian::PostingIterator::Internal::open_position_list ( ) const
inline

◆ skip_to()

bool Xapian::PostingIterator::Internal::skip_to ( Xapian::docid  did)
inline

Friends And Related Function Documentation

◆ PostingIterator

friend class PostingIterator
friend

Definition at line 31 of file postingiteratorinternal.h.

Member Data Documentation

◆ _refs

unsigned Xapian::PostingIterator::Internal::_refs = 0
private

Definition at line 37 of file postingiteratorinternal.h.

Referenced by Xapian::PostingIterator::operator=().

◆ db

Xapian::Database Xapian::PostingIterator::Internal::db
private

Definition at line 35 of file postingiteratorinternal.h.

Referenced by get_doclength(), get_unique_terms(), and get_wdfdocmax().

◆ pl

PostList* Xapian::PostingIterator::Internal::pl
private

The documentation for this class was generated from the following file: