xapian-core  2.0.0
Public Member Functions | Public Attributes | List of all members
Xapian::Internal::PostListAndEstimate Struct Reference

#include <estimateop.h>

+ Collaboration diagram for Xapian::Internal::PostListAndEstimate:

Public Member Functions

 PostListAndEstimate ()
 
 PostListAndEstimate (PostList *pl_, EstimateOp *est_)
 
 PostListAndEstimate (PostList *pl_, std::unique_ptr< EstimateOp > &&est_)
 

Public Attributes

PostListpl = nullptr
 
std::unique_ptr< EstimateOpest
 

Detailed Description

Definition at line 206 of file estimateop.h.

Constructor & Destructor Documentation

◆ PostListAndEstimate() [1/3]

Xapian::Internal::PostListAndEstimate::PostListAndEstimate ( )
inline

Definition at line 221 of file estimateop.h.

◆ PostListAndEstimate() [2/3]

Xapian::Internal::PostListAndEstimate::PostListAndEstimate ( PostList pl_,
EstimateOp est_ 
)
inline

Definition at line 223 of file estimateop.h.

◆ PostListAndEstimate() [3/3]

Xapian::Internal::PostListAndEstimate::PostListAndEstimate ( PostList pl_,
std::unique_ptr< EstimateOp > &&  est_ 
)
inline

Definition at line 226 of file estimateop.h.

Member Data Documentation

◆ est

std::unique_ptr<EstimateOp> Xapian::Internal::PostListAndEstimate::est

Definition at line 219 of file estimateop.h.

Referenced by Matcher::get_local_mset(), and LocalSubMatch::make_synonym_postlist().

◆ pl

PostList* Xapian::Internal::PostListAndEstimate::pl = nullptr

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