More work on RFSpace source

This commit is contained in:
AlexandreRouma
2022-01-01 05:27:10 +01:00
parent 201a612c19
commit 33914a7316
6 changed files with 313 additions and 126 deletions

View File

@ -111,7 +111,7 @@ private:
txt = _txt.c_str();
}
std::vector<std::string> keys;
std::vector<K> keys;
std::vector<std::string> names;
std::vector<T> values;
std::string _txt;