Add tests for SaveMap
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
||||
// Методы получения значенй
|
||||
long long GetInteger(const char* name);
|
||||
double GetDouble(const char* name);
|
||||
const char* GetString(const char* name);
|
||||
std::string GetString(const char* name);
|
||||
ISave* GetObject(const char* name);
|
||||
std::vector<long long>& GetVectorInteger(const char* name);
|
||||
std::vector<double>& GetVectorDouble(const char* name);
|
||||
@@ -78,4 +78,6 @@ public:
|
||||
std::string serialize() noexcept;
|
||||
|
||||
std::shared_ptr<SaveMap> connect_to(const std::shared_ptr<SaveMap>& parent);
|
||||
|
||||
static std::string CleaningJSON(const std::string& json_data);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user