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::SphinxDataSourceParameters Class Reference

#include <SphinxDataSourceParameters.hpp>

Public Types

typedef std::map< std::string,
unsigned long long > 
PARAM_ATTR__MAP

Public Member Functions

 SphinxDataSourceParameters (void)
 SphinxDataSourceParameters (std::istream &is)
virtual ~SphinxDataSourceParameters (void)
bool load (std::istream &is)
SphinxDataSourceParameters::PARAM_ATTR__MAPgetParamAttr (void)
unsigned long long getMaxDocId (void)
unsigned long long getDocumentsCount (void)
std::string getErrorMsg (void) const
bool isError (void) const

Detailed Description

Definition at line 25 of file SphinxDataSourceParameters.hpp.

Member Typedef Documentation

typedef std::map<std::string, unsigned long long> HCE::sphinx::SphinxDataSourceParameters::PARAM_ATTR__MAP

Definition at line 28 of file SphinxDataSourceParameters.hpp.

Constructor & Destructor Documentation

HCE::sphinx::SphinxDataSourceParameters::SphinxDataSourceParameters ( void  )

Definition at line 27 of file SphinxDataSourceParameters.cpp.

HCE::sphinx::SphinxDataSourceParameters::SphinxDataSourceParameters ( std::istream &  is)
explicit

Definition at line 32 of file SphinxDataSourceParameters.cpp.

Here is the call graph for this function:

virtual HCE::sphinx::SphinxDataSourceParameters::~SphinxDataSourceParameters ( void  )
inlinevirtual

Definition at line 32 of file SphinxDataSourceParameters.hpp.

Member Function Documentation

unsigned long long HCE::sphinx::SphinxDataSourceParameters::getDocumentsCount ( void  )

Definition at line 88 of file SphinxDataSourceParameters.cpp.

std::string HCE::sphinx::SphinxDataSourceParameters::getErrorMsg ( void  ) const
inline

Definition at line 41 of file SphinxDataSourceParameters.hpp.

Here is the caller graph for this function:

unsigned long long HCE::sphinx::SphinxDataSourceParameters::getMaxDocId ( void  )

Definition at line 82 of file SphinxDataSourceParameters.cpp.

Here is the caller graph for this function:

SphinxDataSourceParameters::PARAM_ATTR__MAP& HCE::sphinx::SphinxDataSourceParameters::getParamAttr ( void  )
inline

Definition at line 36 of file SphinxDataSourceParameters.hpp.

Here is the caller graph for this function:

bool HCE::sphinx::SphinxDataSourceParameters::isError ( void  ) const
inline

Definition at line 42 of file SphinxDataSourceParameters.hpp.

bool HCE::sphinx::SphinxDataSourceParameters::load ( std::istream &  is)

Definition at line 38 of file SphinxDataSourceParameters.cpp.

Here is the caller graph for this function:


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