24 #ifndef EPT_POPCON_PATH_H 25 #define EPT_POPCON_PATH_H 40 static std::string
scores();
62 static int access(
const std::string &,
int );
63 static time_t
timestamp(
const std::string& );
OverridePopconSourceDir(const std::string &path)
Definition: popcon/maint/path.h:70
static std::string popconUserIndexDir()
Definition: popcon/maint/path.cc:92
Definition: popcon/maint/path.h:66
Singleton class to configure and access the various Popcon paths.
Definition: popcon/maint/path.h:37
Definition: popcon/maint/path.h:96
static std::string popconUserSourceDir()
Definition: popcon/maint/path.cc:91
static void setPopconIndexDir(const std::string &s)
Definition: popcon/maint/path.cc:76
OverridePopconUserSourceDir(const std::string &path)
Definition: popcon/maint/path.h:90
static int access(const std::string &, int)
Definition: popcon/maint/path.cc:63
static Path & instance()
Definition: popcon/maint/path.cc:52
static std::string scoresIndex()
Definition: popcon/maint/path.cc:98
std::string m_popconSourceDir
Definition: popcon/maint/path.h:111
-*- C++ -*- (c) 2006, 2007 Petr Rockai me@mornfall.net
Definition: apt.cc:43
std::string m_popconUserIndexDir
Definition: popcon/maint/path.h:120
Definition: popcon/maint/path.h:86
~OverridePopconIndexDir()
Definition: popcon/maint/path.h:84
static std::string scores()
Definition: popcon/maint/path.cc:94
std::string m_popconUserSourceDir
Definition: popcon/maint/path.h:117
OverridePopconIndexDir(const std::string &path)
Definition: popcon/maint/path.h:80
static std::string popconSourceDir()
Definition: popcon/maint/path.cc:89
~OverridePopconSourceDir()
Definition: popcon/maint/path.h:74
Definition: popcon/maint/path.h:76
OverridePopconUserIndexDir(const std::string &path)
Definition: popcon/maint/path.h:100
static std::string userScoresIndex()
Definition: popcon/maint/path.cc:106
~OverridePopconUserIndexDir()
Definition: popcon/maint/path.h:104
std::string m_popconIndexDir
Definition: popcon/maint/path.h:114
static Path * s_instance
Definition: popcon/maint/path.h:107
static void setPopconUserSourceDir(const std::string &s)
Definition: popcon/maint/path.cc:80
~OverridePopconUserSourceDir()
Definition: popcon/maint/path.h:94
static std::string userScores()
Definition: popcon/maint/path.cc:102
static void setPopconSourceDir(const std::string &s)
Definition: popcon/maint/path.cc:72
static time_t timestamp(const std::string &)
Definition: popcon/maint/path.cc:67
static std::string popconIndexDir()
Definition: popcon/maint/path.cc:90
static void setPopconUserIndexDir(const std::string &s)
Definition: popcon/maint/path.cc:84