Cthulhu
0.2.10
Cthulhu compiler collection
|
an iterator over the members of a json object More...
#include <json.hpp>
Public Member Functions | |
bool | operator!= (const ObjectIterator &other) const |
ObjectIterator & | operator++ () |
member_t | operator* () const |
bool | has_next () const |
member_t | next () |
Friends | |
class | Object |
bool ObjectIterator::operator!= | ( | const ObjectIterator & | other | ) | const |
ObjectIterator & ObjectIterator::operator++ | ( | ) |