1 #ifndef CONFIG_STORAGE_TYPE_H 2 #define CONFIG_STORAGE_TYPE_H 6 #include "config/file_path.h" 21 {
public:
typedef T type;};
25 {
public:
typedef int type; };
29 {
public:
typedef std::list<std::string> type; };
31 #endif // CONFIG_STORAGE_TYPE_H Class that connects a type that can be stored in a config and it's value type.
Definition: config_storage_type.h:20
Class used as a tag for file paths.
Definition: file_path.h:17