24 #ifndef EPT_POPCON_PATH_H
25 #define EPT_POPCON_PATH_H
39 static std::string
scores();
61 static int access(
const std::string &,
int );
62 static time_t
timestamp(
const std::string& );
OverridePopconSourceDir(const std::string &path)
Definition: popcon/maint/path.h:69
static std::string popconUserIndexDir()
Definition: popcon/maint/path.cc:90
Definition: popcon/maint/path.h:65
Singleton class to configure and access the various Popcon paths.
Definition: popcon/maint/path.h:36
Definition: popcon/maint/path.h:95
static std::string popconUserSourceDir()
Definition: popcon/maint/path.cc:89
static void setPopconIndexDir(const std::string &s)
Definition: popcon/maint/path.cc:74
OverridePopconUserSourceDir(const std::string &path)
Definition: popcon/maint/path.h:89
static int access(const std::string &, int)
Definition: popcon/maint/path.cc:62
static Path & instance()
Definition: popcon/maint/path.cc:51
static std::string scoresIndex()
Definition: popcon/maint/path.cc:96
std::string m_popconSourceDir
Definition: popcon/maint/path.h:110
std::string m_popconUserIndexDir
Definition: popcon/maint/path.h:119
Definition: popcon/maint/path.h:85
~OverridePopconIndexDir()
Definition: popcon/maint/path.h:83
static std::string scores()
Definition: popcon/maint/path.cc:92
std::string m_popconUserSourceDir
Definition: popcon/maint/path.h:116
OverridePopconIndexDir(const std::string &path)
Definition: popcon/maint/path.h:79
static std::string popconSourceDir()
Definition: popcon/maint/path.cc:87
~OverridePopconSourceDir()
Definition: popcon/maint/path.h:73
Definition: popcon/maint/path.h:75
OverridePopconUserIndexDir(const std::string &path)
Definition: popcon/maint/path.h:99
static std::string userScoresIndex()
Definition: popcon/maint/path.cc:104
~OverridePopconUserIndexDir()
Definition: popcon/maint/path.h:103
std::string m_popconIndexDir
Definition: popcon/maint/path.h:113
static Path * s_instance
Definition: popcon/maint/path.h:106
static void setPopconUserSourceDir(const std::string &s)
Definition: popcon/maint/path.cc:78
~OverridePopconUserSourceDir()
Definition: popcon/maint/path.h:93
static std::string userScores()
Definition: popcon/maint/path.cc:100
static void setPopconSourceDir(const std::string &s)
Definition: popcon/maint/path.cc:70
static time_t timestamp(const std::string &)
Definition: popcon/maint/path.cc:66
static std::string popconIndexDir()
Definition: popcon/maint/path.cc:88
static void setPopconUserIndexDir(const std::string &s)
Definition: popcon/maint/path.cc:82