Skip to content
Snippets Groups Projects
Commit 0f65e3c9 authored by fxk8y's avatar fxk8y :spider:
Browse files

ST: Code formatting

parent cce9740c
No related branches found
No related tags found
No related merge requests found
......@@ -81,10 +81,10 @@ namespace SiliconTorch {
size_t getStringLength(const str& nameSpace, const str& key, size_t defaultValue = 0);
str getString(const str& nameSpace, const str& key, const str& defaultValue = "");
str getString (const str& nameSpace, const str& key, const str& defaultValue = "");
// size_t getLongString(const str& nameSpace, const str& key, char* const buffer);
bool setString(const str& nameSpace, const str& key, const str& value);
bool setString (const str& nameSpace, const str& key, const str& value);
/* TODO: implement! */ bool copyKey(const str& nameSpace, const str& keyFrom, const str& keyTo); // copies key inside namespace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment