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

#include <SphinxDataSource.hpp>

Public Member Functions

 SphinxDataSource (std::istream &istrSchema, std::istream &istrDocument)
virtual ~SphinxDataSource (void)
bool Process (std::ostream &os)
std::string getErrorMsg (void) const
bool isError (void) const
unsigned long long getMaxDocId (void) const

Friends

std::ostream & operator<< (std::ostream &os, const SphinxDataSource &dataSource) throw (Poco::Exception)

Detailed Description

Definition at line 47 of file SphinxDataSource.hpp.

Constructor & Destructor Documentation

HCE::sphinx::SphinxDataSource::SphinxDataSource ( std::istream &  istrSchema,
std::istream &  istrDocument 
)

Definition at line 24 of file SphinxDataSource.cpp.

HCE::sphinx::SphinxDataSource::~SphinxDataSource ( void  )
virtual

Definition at line 29 of file SphinxDataSource.cpp.

Member Function Documentation

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

Definition at line 55 of file SphinxDataSource.hpp.

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

Definition at line 58 of file SphinxDataSource.hpp.

Here is the caller graph for this function:

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

Definition at line 56 of file SphinxDataSource.hpp.

bool HCE::sphinx::SphinxDataSource::Process ( std::ostream &  os)

Definition at line 41 of file SphinxDataSource.cpp.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const SphinxDataSource dataSource 
) throw (Poco::Exception)
friend

Definition at line 151 of file SphinxDataSource.cpp.


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