strus  0.17
Public Member Functions | List of all members
strus::InvAclIteratorInterface Class Referenceabstract

Iterator of sets of documents used to implement ACL access restrictions. More...

#include <invAclIteratorInterface.hpp>

Public Member Functions

virtual ~InvAclIteratorInterface ()
 Destructor. More...
 
virtual Index skipDoc (const Index &docno)=0
 Return the nearest element with a document number higher than or equal to docno. More...
 

Detailed Description

Iterator of sets of documents used to implement ACL access restrictions.

Constructor & Destructor Documentation

virtual strus::InvAclIteratorInterface::~InvAclIteratorInterface ( )
inlinevirtual

Destructor.

Member Function Documentation

virtual Index strus::InvAclIteratorInterface::skipDoc ( const Index docno)
pure virtual

Return the nearest element with a document number higher than or equal to docno.

Parameters
[in]docnominimum document number to seek
Returns
the minumum upper bound value for docno in the traversed set of documents

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