Robustified stream/protocol related API calls
This commit is contained in:
parent
04e0dfeab0
commit
0e0da824f7
4 changed files with 30 additions and 0 deletions
|
@ -84,6 +84,7 @@ namespace JSON {
|
|||
void removeMember(const std::string & name);
|
||||
void removeMember(const std::deque<Value*>::iterator & it);
|
||||
void removeMember(const std::map<std::string, Value*>::iterator & it);
|
||||
void removeNullMembers();
|
||||
bool isMember(const std::string & name) const;
|
||||
bool isInt() const;
|
||||
bool isString() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue