refactor(serif): refactored entire codebase into serif and sub namespaces
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
namespace serif {
|
||||
namespace config {
|
||||
|
||||
Config::Config() {}
|
||||
|
||||
Config::~Config() {}
|
||||
@@ -102,4 +105,7 @@ std::vector<std::string> Config::keys() const {
|
||||
YAML::Node node = YAML::Clone(yamlRoot);
|
||||
recurse_keys(node, keyList);
|
||||
return keyList;
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace config
|
||||
} // namespace serif
|
||||
Reference in New Issue
Block a user