| 
    xapian-core
    1.4.29
    
   | 
 
 Inheritance diagram for NeverUseMeKeyMaker:
 Collaboration diagram for NeverUseMeKeyMaker:Public Member Functions | |
| std::string | operator() (const Xapian::Document &) const override | 
| Build a key string for a Document.  More... | |
  Public Member Functions inherited from Xapian::KeyMaker | |
| KeyMaker () | |
| Default constructor.  More... | |
| virtual | ~KeyMaker () | 
| Virtual destructor, because we have virtual methods.  More... | |
| KeyMaker * | release () | 
| Start reference counting this object.  More... | |
| const KeyMaker * | release () const | 
| Start reference counting this object.  More... | |
  Public Member Functions inherited from Xapian::Internal::opt_intrusive_base | |
| opt_intrusive_base (const opt_intrusive_base &) | |
| opt_intrusive_base & | operator= (const opt_intrusive_base &) | 
| opt_intrusive_base () | |
| Construct object which is initially not reference counted.  More... | |
| virtual | ~opt_intrusive_base () | 
| void | ref () const | 
| void | unref () const | 
Additional Inherited Members | |
  Public Attributes inherited from Xapian::Internal::opt_intrusive_base | |
| unsigned | _refs | 
| Reference count.  More... | |
  Protected Member Functions inherited from Xapian::Internal::opt_intrusive_base | |
| void | release () const | 
| Start reference counting.  More... | |
Definition at line 252 of file api_sorting.cc.
      
  | 
  inlineoverridevirtual | 
Build a key string for a Document.
These keys can be used for sorting or collapsing matching documents.
| doc | Document object to build a key for. | 
Implements Xapian::KeyMaker.
Definition at line 254 of file api_sorting.cc.
References FAIL_TEST.