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

#include <SphinxConfigCreator.hpp>

Public Member Functions

 SphinxConfigCreator (void)
 SphinxConfigCreator (const std::string &path)
 SphinxConfigCreator (const Poco::Util::PropertyFileConfiguration &object)
 ~SphinxConfigCreator (void) throw ()
void parse (void)
void setPropertyFileConfiguration (const std::string &path)
std::string getSphinxFileConfiguration (void)
void cloneSphinxConfigSection (const std::string &oldName, const std::string &newName)
void renameSphinxConfigSection (const std::string &oldName, const std::string &newName)
void deleteSphinxConfigSection (const std::string &sectionName)

Friends

std::ostream & operator<< (std::ostream &stream, SphinxConfigCreator &objSphinxConfig)

Detailed Description

Definition at line 29 of file SphinxConfigCreator.hpp.

Constructor & Destructor Documentation

HCE::sphinx::SphinxConfigCreator::SphinxConfigCreator ( void  )

Definition at line 6 of file SphinxConfigCreator.cpp.

HCE::sphinx::SphinxConfigCreator::SphinxConfigCreator ( const std::string &  path)

Definition at line 8 of file SphinxConfigCreator.cpp.

Here is the call graph for this function:

HCE::sphinx::SphinxConfigCreator::SphinxConfigCreator ( const Poco::Util::PropertyFileConfiguration &  object)
HCE::sphinx::SphinxConfigCreator::~SphinxConfigCreator ( void  ) throw ()

Definition at line 11 of file SphinxConfigCreator.cpp.

Member Function Documentation

void HCE::sphinx::SphinxConfigCreator::cloneSphinxConfigSection ( const std::string &  oldName,
const std::string &  newName 
)

Definition at line 41 of file SphinxConfigCreator.cpp.

void HCE::sphinx::SphinxConfigCreator::deleteSphinxConfigSection ( const std::string &  sectionName)

Definition at line 72 of file SphinxConfigCreator.cpp.

std::string HCE::sphinx::SphinxConfigCreator::getSphinxFileConfiguration ( void  )

Definition at line 29 of file SphinxConfigCreator.cpp.

void HCE::sphinx::SphinxConfigCreator::parse ( void  )

Definition at line 18 of file SphinxConfigCreator.cpp.

Here is the caller graph for this function:

void HCE::sphinx::SphinxConfigCreator::renameSphinxConfigSection ( const std::string &  oldName,
const std::string &  newName 
)

Definition at line 60 of file SphinxConfigCreator.cpp.

void HCE::sphinx::SphinxConfigCreator::setPropertyFileConfiguration ( const std::string &  path)

Definition at line 13 of file SphinxConfigCreator.cpp.

Here is the call graph for this function:

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  stream,
SphinxConfigCreator objSphinxConfig 
)
friend

Definition at line 37 of file SphinxConfigCreator.hpp.


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