xapian-core  1.4.25
Public Member Functions | Public Attributes | List of all members
Xapian::MultiValueKeyMaker::KeySpec Struct Reference
+ Collaboration diagram for Xapian::MultiValueKeyMaker::KeySpec:

Public Member Functions

 KeySpec (Xapian::valueno slot_, bool reverse_, const std::string &defvalue_)
 

Public Attributes

Xapian::valueno slot
 
bool reverse
 
std::string defvalue
 

Detailed Description

Definition at line 105 of file keymaker.h.

Constructor & Destructor Documentation

◆ KeySpec()

Xapian::MultiValueKeyMaker::KeySpec::KeySpec ( Xapian::valueno  slot_,
bool  reverse_,
const std::string &  defvalue_ 
)
inline

Definition at line 109 of file keymaker.h.

Member Data Documentation

◆ defvalue

std::string Xapian::MultiValueKeyMaker::KeySpec::defvalue

Definition at line 108 of file keymaker.h.

◆ reverse

bool Xapian::MultiValueKeyMaker::KeySpec::reverse

Definition at line 107 of file keymaker.h.

◆ slot

Xapian::valueno Xapian::MultiValueKeyMaker::KeySpec::slot

Definition at line 106 of file keymaker.h.


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