Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
Configuration management interface. More...
#include <string>
Go to the source code of this file.
Classes | |
class | Config |
Singleton configuration manager class. More... | |
Configuration management interface.
Defines the singleton configuration class that manages application paths. Provides abstraction for file paths in the temporary codebase without requiring direct file access.
Contains the abstraction of a path to a function in the temporary code base. Useful for elements that does not need to, in fact, read the files in the temporary codebase.
Definition in file config.hpp.