xapian-core  1.4.25
Public Member Functions | Public Attributes | List of all members
Xapian::ValueCountMatchSpy::Internal Struct Reference
+ Inheritance diagram for Xapian::ValueCountMatchSpy::Internal:
+ Collaboration diagram for Xapian::ValueCountMatchSpy::Internal:

Public Member Functions

 Internal ()
 
 Internal (Xapian::valueno slot_)
 
- Public Member Functions inherited from Xapian::Internal::intrusive_base
 intrusive_base ()
 Construct with no references. More...
 

Public Attributes

Xapian::valueno slot
 The slot to count. More...
 
Xapian::doccount total
 Total number of documents seen by the match spy. More...
 
std::map< std::string, Xapian::doccountvalues
 The values seen so far, together with their frequency. More...
 
- Public Attributes inherited from Xapian::Internal::intrusive_base
unsigned _refs
 Reference count. More...
 

Detailed Description

Definition at line 211 of file matchspy.h.

Constructor & Destructor Documentation

◆ Internal() [1/2]

Xapian::ValueCountMatchSpy::Internal::Internal ( )
inline

Definition at line 223 of file matchspy.h.

◆ Internal() [2/2]

Xapian::ValueCountMatchSpy::Internal::Internal ( Xapian::valueno  slot_)
inlineexplicit

Definition at line 224 of file matchspy.h.

Member Data Documentation

◆ slot

Xapian::valueno Xapian::ValueCountMatchSpy::Internal::slot

The slot to count.

Definition at line 215 of file matchspy.h.

◆ total

Xapian::doccount Xapian::ValueCountMatchSpy::Internal::total

Total number of documents seen by the match spy.

Definition at line 218 of file matchspy.h.

◆ values

std::map<std::string, Xapian::doccount> Xapian::ValueCountMatchSpy::Internal::values

The values seen so far, together with their frequency.

Definition at line 221 of file matchspy.h.

Referenced by ValueCountTermList::at_end(), ValueCountTermList::skip_to(), and ValueCountTermList::ValueCountTermList().


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