10 #ifndef _STRUS_INVERTED_ACL_ITERATOR_INTERFACE_HPP_INCLUDED
11 #define _STRUS_INVERTED_ACL_ITERATOR_INTERFACE_HPP_INCLUDED
int32_t Index
Number type generally used for locally counted indices.
Definition: index.hpp:29
virtual ~InvAclIteratorInterface()
Destructor.
Definition: invAclIteratorInterface.hpp:22
Numeric types used for local and global indices.
virtual Index skipDoc(const Index &docno)=0
Return the nearest element with a document number higher than or equal to docno.
Iterator of sets of documents used to implement ACL access restrictions.
Definition: invAclIteratorInterface.hpp:18