HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::sphinx::SphinxConfigOptions Class Reference

#include <SphinxConfigOptions.hpp>

Public Member Functions

 SphinxConfigOptions (void)
 ~SphinxConfigOptions (void)
void clear (void)
void setMaxDocId (unsigned long long maxDocId_)
unsigned long long getMaxDocId (void) const
void setCreatedDate (time_t createdDate_)
time_t getCreatedDate (void) const
void updateCreatedDate (void)
void setMergedDate (time_t mergedDate_)
time_t getMergedDate (void) const
void updateMargedDate (void)
void addBranch (const std::string &branchName)
void addBranch (std::string &&branchName)
void addBranches (const std::vector< std::string > &branches)
size_t getBranchesCount (void) const
std::string getBranchItem (size_t index)
std::string getBranchesAsString (void) const
void setRanker (unsigned int ranker_)
unsigned int getRanker (void) const
void setRankerExpression (const std::string &rankerExpression_)
std::string getRankerExpression (void) const

Detailed Description

Definition at line 25 of file SphinxConfigOptions.hpp.

Constructor & Destructor Documentation

HCE::sphinx::SphinxConfigOptions::SphinxConfigOptions ( void  )

Definition at line 10 of file SphinxConfigOptions.cpp.

HCE::sphinx::SphinxConfigOptions::~SphinxConfigOptions ( void  )
inline

Definition at line 29 of file SphinxConfigOptions.hpp.

Member Function Documentation

void HCE::sphinx::SphinxConfigOptions::addBranch ( const std::string &  branchName)

Definition at line 36 of file SphinxConfigOptions.cpp.

Here is the caller graph for this function:

void HCE::sphinx::SphinxConfigOptions::addBranch ( std::string &&  branchName)

Definition at line 41 of file SphinxConfigOptions.cpp.

void HCE::sphinx::SphinxConfigOptions::addBranches ( const std::vector< std::string > &  branches)

Definition at line 47 of file SphinxConfigOptions.cpp.

void HCE::sphinx::SphinxConfigOptions::clear ( void  )

Definition at line 15 of file SphinxConfigOptions.cpp.

std::string HCE::sphinx::SphinxConfigOptions::getBranchesAsString ( void  ) const

Definition at line 63 of file SphinxConfigOptions.cpp.

Here is the caller graph for this function:

size_t HCE::sphinx::SphinxConfigOptions::getBranchesCount ( void  ) const

Definition at line 53 of file SphinxConfigOptions.cpp.

std::string HCE::sphinx::SphinxConfigOptions::getBranchItem ( size_t  index)

Definition at line 58 of file SphinxConfigOptions.cpp.

time_t HCE::sphinx::SphinxConfigOptions::getCreatedDate ( void  ) const
inline

Definition at line 37 of file SphinxConfigOptions.hpp.

Here is the caller graph for this function:

unsigned long long HCE::sphinx::SphinxConfigOptions::getMaxDocId ( void  ) const
inline

Definition at line 34 of file SphinxConfigOptions.hpp.

Here is the caller graph for this function:

time_t HCE::sphinx::SphinxConfigOptions::getMergedDate ( void  ) const
inline

Definition at line 41 of file SphinxConfigOptions.hpp.

Here is the caller graph for this function:

unsigned int HCE::sphinx::SphinxConfigOptions::getRanker ( void  ) const
inline

Definition at line 53 of file SphinxConfigOptions.hpp.

std::string HCE::sphinx::SphinxConfigOptions::getRankerExpression ( void  ) const
inline

Definition at line 56 of file SphinxConfigOptions.hpp.

void HCE::sphinx::SphinxConfigOptions::setCreatedDate ( time_t  createdDate_)
inline

Definition at line 36 of file SphinxConfigOptions.hpp.

Here is the caller graph for this function:

void HCE::sphinx::SphinxConfigOptions::setMaxDocId ( unsigned long long  maxDocId_)
inline

Definition at line 33 of file SphinxConfigOptions.hpp.

Here is the caller graph for this function:

void HCE::sphinx::SphinxConfigOptions::setMergedDate ( time_t  mergedDate_)
inline

Definition at line 40 of file SphinxConfigOptions.hpp.

void HCE::sphinx::SphinxConfigOptions::setRanker ( unsigned int  ranker_)
inline

Definition at line 52 of file SphinxConfigOptions.hpp.

void HCE::sphinx::SphinxConfigOptions::setRankerExpression ( const std::string &  rankerExpression_)
inline

Definition at line 55 of file SphinxConfigOptions.hpp.

void HCE::sphinx::SphinxConfigOptions::updateCreatedDate ( void  )

Definition at line 26 of file SphinxConfigOptions.cpp.

void HCE::sphinx::SphinxConfigOptions::updateMargedDate ( void  )

Definition at line 31 of file SphinxConfigOptions.cpp.

Here is the caller graph for this function:


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