contentpack removal feature + refactor

This commit is contained in:
MihailRis
2024-03-11 13:21:06 +03:00
parent 3f0c710a47
commit daaba374a3
24 changed files with 345 additions and 295 deletions
+3 -1
View File
@@ -40,7 +40,7 @@ namespace dynamic {
std::string str(size_t index) const;
double num(size_t index) const;
int64_t integer(size_t num) const;
int64_t integer(size_t index) const;
Map* map(size_t index) const;
List* list(size_t index) const;
bool flag(size_t index) const;
@@ -64,6 +64,8 @@ namespace dynamic {
List& put(List* value);
List& put(bool value);
Value* getValueWriteable(size_t index) const;
List& putList();
Map& putMap();