#include <path.h>

Static Public Member Functions | |
| static std::string | indexDir () |
| static std::string | index () |
| static void | setIndexDir (const std::string &s) |
| static int | access (const std::string &, int) |
| static time_t | indexTimestamp () |
| static void | setTimestamp (time_t ts) |
Static Protected Member Functions | |
| static Path & | instance () |
Protected Attributes | |
| std::string | m_indexDir |
Static Protected Attributes | |
| static Path * | s_instance = 0 |
Classes | |
| class | OverrideIndexDir |
| std::string ept::textsearch::Path::indexDir | ( | ) | [static] |
| std::string ept::textsearch::Path::index | ( | ) | [static] |
References instance(), and m_indexDir.
Referenced by ept::core::xapian::Source::Source(), and ept::textsearch::TextSearch::TextSearch().
| void ept::textsearch::Path::setIndexDir | ( | const std::string & | s | ) | [static] |
References instance(), and m_indexDir.
Referenced by ept::textsearch::Path::OverrideIndexDir::OverrideIndexDir(), and ept::textsearch::Path::OverrideIndexDir::~OverrideIndexDir().
| int ept::textsearch::Path::access | ( | const std::string & | s, | |
| int | m | |||
| ) | [static] |
| time_t ept::textsearch::Path::indexTimestamp | ( | ) | [static] |
| void ept::textsearch::Path::setTimestamp | ( | time_t | ts | ) | [static] |
References indexDir(), and instance().
| Path & ept::textsearch::Path::instance | ( | ) | [static, protected] |
References m_indexDir, and s_instance.
Referenced by index(), indexDir(), indexTimestamp(), setIndexDir(), and setTimestamp().
Path * ept::textsearch::Path::s_instance = 0 [static, protected] |
Referenced by instance().
std::string ept::textsearch::Path::m_indexDir [protected] |
Referenced by index(), indexDir(), instance(), and setIndexDir().
1.5.6