xapian-core  2.0.0
Public Member Functions | Public Attributes | Private Attributes | List of all members
HoneyCompact::PositionCursor< const HoneyTable & > Class Reference
+ Inheritance diagram for HoneyCompact::PositionCursor< const HoneyTable & >:
+ Collaboration diagram for HoneyCompact::PositionCursor< const HoneyTable & >:

Public Member Functions

 PositionCursor (const HoneyTable *in, Xapian::docid offset_)
 
bool next ()
 
const string & get_tag () const
 

Public Attributes

string key
 
Xapian::docid firstdid
 

Private Attributes

Xapian::docid offset
 
- Private Attributes inherited from HoneyCursor
std::string current_key
 
std::string current_tag
 
size_t val_size = 0
 
bool current_compressed = false
 
CompressionStream comp_stream
 
bool is_at_end = false
 
std::string last_key
 
off_t root
 
off_t offset
 

Additional Inherited Members

- Private Member Functions inherited from HoneyCursor
 HoneyCursor (const HoneyTable *table)
 
 HoneyCursor (const HoneyCursor &o)
 
void rewind ()
 Position cursor on the dummy empty key. More...
 
void to_end ()
 
bool after_end () const
 
bool next ()
 
bool read_tag (bool keep_compressed=false)
 
bool find_exact (std::string_view key)
 
bool find_entry_ge (std::string_view key)
 
bool prev ()
 Move to the item before the current one. More...
 

Detailed Description

Definition at line 1848 of file honey_compact.cc.

Constructor & Destructor Documentation

◆ PositionCursor()

HoneyCompact::PositionCursor< const HoneyTable & >::PositionCursor ( const HoneyTable in,
Xapian::docid  offset_ 
)
inline

Definition at line 1855 of file honey_compact.cc.

Member Function Documentation

◆ get_tag()

const string& HoneyCompact::PositionCursor< const HoneyTable & >::get_tag ( ) const
inline

Definition at line 1879 of file honey_compact.cc.

◆ next()

bool HoneyCompact::PositionCursor< const HoneyTable & >::next ( )
inline

Member Data Documentation

◆ firstdid

Definition at line 1853 of file honey_compact.cc.

◆ key

string HoneyCompact::PositionCursor< const HoneyTable & >::key

Definition at line 1852 of file honey_compact.cc.

◆ offset

Definition at line 1849 of file honey_compact.cc.


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