fast::Config class

Public static functions

static auto getTestDataPath() -> std::string
static auto getKernelSourcePath() -> std::string
static auto getKernelBinaryPath() -> std::string
static auto getDocumentationPath() -> std::string
static auto getPipelinePath() -> std::string
static auto getLibraryPath() -> std::string
static auto getQtPluginsPath() -> std::string
static auto getVisualization() -> bool
static void setTestDataPath(std::string path)
static void setKernelSourcePath(std::string path)
static void setKernelBinaryPath(std::string path)
static void setDocumentationPath(std::string path)
static void setPipelinePath(std::string path)
static void setConfigFilename(std::string filename)
static void setBasePath(std::string path)
static void setVisualization(bool visualization)
static void setTerminateHandlerDisabled(bool disabled)
static auto getTerminateHandlerDisabled() -> bool

Protected static functions

static void loadConfiguration()
static auto getPath() -> std::string