libept
|
Singleton class to configure and access the various Popcon paths. More...
#include <path.h>
Classes | |
class | OverridePopconIndexDir |
class | OverridePopconSourceDir |
class | OverridePopconUserIndexDir |
class | OverridePopconUserSourceDir |
Static Public Member Functions | |
static std::string | scores () |
static std::string | scoresIndex () |
static std::string | userScores () |
static std::string | userScoresIndex () |
static std::string | popconSourceDir () |
static std::string | popconIndexDir () |
static std::string | popconUserSourceDir () |
static std::string | popconUserIndexDir () |
static void | setPopconSourceDir (const std::string &s) |
static void | setPopconIndexDir (const std::string &s) |
static void | setPopconUserSourceDir (const std::string &s) |
static void | setPopconUserIndexDir (const std::string &s) |
static int | access (const std::string &, int) |
static time_t | timestamp (const std::string &) |
Static Protected Member Functions | |
static Path & | instance () |
Protected Attributes | |
std::string | m_popconSourceDir |
std::string | m_popconIndexDir |
std::string | m_popconUserSourceDir |
std::string | m_popconUserIndexDir |
Static Protected Attributes | |
static Path * | s_instance = 0 |
Singleton class to configure and access the various Popcon paths.
|
static |
Referenced by ept::popcon::PopconIndexer::rebuildIfNeeded().
|
staticprotected |
References m_popconSourceDir.
|
static |
Referenced by ept::popcon::PopconIndexer::rebuildIfNeeded().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
protected |
|
protected |
Referenced by instance().
|
protected |
|
protected |
|
staticprotected |