libept
|
Singleton class to configure and access the various Debtags paths. More...
#include <path.h>
Classes | |
class | OverrideDebtagsIndexDir |
class | OverrideDebtagsSourceDir |
class | OverrideDebtagsUserIndexDir |
class | OverrideDebtagsUserSourceDir |
Static Public Member Functions | |
static std::string | vocabulary () |
static std::string | userVocabulary () |
static std::string | tagdb () |
static std::string | userTagdb () |
static std::string | debtagsSourceDir () |
static std::string | debtagsIndexDir () |
static std::string | debtagsUserSourceDir () |
static std::string | debtagsUserIndexDir () |
static void | setDebtagsSourceDir (const std::string &s) |
static void | setDebtagsIndexDir (const std::string &s) |
static void | setDebtagsUserSourceDir (const std::string &s) |
static void | setDebtagsUserIndexDir (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_debtagsSourceDir |
std::string | m_debtagsIndexDir |
std::string | m_debtagsUserSourceDir |
std::string | m_debtagsUserIndexDir |
Static Protected Attributes | |
static Path * | s_instance = 0 |
Singleton class to configure and access the various Debtags paths.
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticprotected |
References m_debtagsSourceDir.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
protected |
|
protected |
Referenced by instance().
|
protected |
|
protected |
|
staticprotected |