static void setTimestamp(time_t ts)
Definition: textsearch/maint/path.cc:68
OverrideIndexDir(const std::string &path)
Definition: textsearch/maint/path.h:55
Definition: textsearch/maint/path.h:51
~OverrideIndexDir()
Definition: textsearch/maint/path.h:59
static std::string index()
Definition: textsearch/maint/path.cc:86
static Path * s_instance
Definition: textsearch/maint/path.h:63
static time_t indexTimestamp()
Definition: textsearch/maint/path.cc:58
static Path & instance()
Definition: textsearch/maint/path.cc:45
std::string m_indexDir
Definition: textsearch/maint/path.h:67
static std::string indexDir()
Definition: textsearch/maint/path.cc:85
static int access(const std::string &, int)
Definition: textsearch/maint/path.cc:53
static void setIndexDir(const std::string &s)
Definition: textsearch/maint/path.cc:80
Singleton class to configure and access the various Popcon paths.
Definition: textsearch/maint/path.h:37