Handle a string range.  
 More...
Handle a string range. 
The end points can be any strings.
- Deprecated:
- Use Xapian::RangeProcessor instead (added in 1.3.6). 
◆ StringValueRangeProcessor() [1/2]
  
  | 
        
          | Xapian::StringValueRangeProcessor::StringValueRangeProcessor | ( | Xapian::valueno | slot_ | ) |  |  | inlineexplicit | 
 
Constructor. 
- Parameters
- 
  
    | slot_ | The value number to return from operator(). |  
 
 
 
◆ StringValueRangeProcessor() [2/2]
  
  | 
        
          | Xapian::StringValueRangeProcessor::StringValueRangeProcessor | ( | Xapian::valueno | slot_, |  
          |  |  | const std::string & | str_, |  
          |  |  | bool | prefix_ = true |  
          |  | ) |  |  |  | inline | 
 
Constructor. 
- Parameters
- 
  
    | slot_ | The value number to return from operator(). |  | str_ | A string to look for to recognise values as belonging to this range. |  | prefix_ | Flag specifying whether to check for str_ as a prefix or a suffix. |  
 
 
 
◆ operator()()
  
  | 
        
          | Xapian::valueno Xapian::StringValueRangeProcessor::operator() | ( | std::string & | begin, |  
          |  |  | std::string & | end |  
          |  | ) |  |  |  | virtual | 
 
 
◆ prefix
  
  | 
        
          | bool Xapian::StringValueRangeProcessor::prefix |  | protected | 
 
Whether to look for str as a prefix or suffix. 
 
 
◆ str
  
  | 
        
          | std::string Xapian::StringValueRangeProcessor::str |  | protected | 
 
The prefix (or suffix if prefix==false) string to look for. 
 
 
◆ valno
The value slot to process. 
 
 
The documentation for this class was generated from the following file: