libept
|
Singleton class to configure and access the various Popcon paths. More...
#include <path.h>
Classes | |
class | OverrideIndexDir |
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 |
Singleton class to configure and access the various Popcon paths.
|
static |
|
static |
|
static |
|
static |
Referenced by ept::textsearch::TextSearch::TextSearch(), and ept::core::xapian::Source::timestamp().
|
staticprotected |
References m_indexDir.
|
static |
|
static |
Referenced by ept::textsearch::TextSearch::rebuildIfNeeded().
|
protected |
Referenced by instance().
|
staticprotected |