[EEP] LLSD Changes

This commit is contained in:
Lirusaito
2019-03-24 20:59:50 -04:00
parent 198d567df2
commit 2e02f5ac2c
2 changed files with 21 additions and 4 deletions

View File

@@ -287,6 +287,7 @@ public:
bool has(const String&) const;
LLSD get(const String&) const;
LLSD getKeys() const; // Return an LLSD array with keys as strings
void insert(const String&, const LLSD&);
void erase(const String&);
LLSD& with(const String&, const LLSD&);
@@ -304,7 +305,7 @@ public:
LLSD get(Integer) const;
void set(Integer, const LLSD&);
void insert(Integer, const LLSD&);
void append(const LLSD&);
LLSD& append(const LLSD&);
void erase(Integer);
LLSD& with(Integer, const LLSD&);