Skip to main content

json::JsonObjectIterator

Functions

JsonObjectIterator()=default#

json::JsonObjectIterator::JsonObjectIterator ()=default

JsonObjectIterator(json_t *value)#

inline

json::JsonObjectIterator::JsonObjectIterator (json_t *value)

operator!=(JsonObjectIterator const &a) const noexcept#

inline

bool json::JsonObjectIterator::operator!= (JsonObjectIterator const &a) const noexcept

Type: bool

Parameters:

operator*() const noexcept#

JsonValue json::JsonObjectIterator::operator* () const noexcept

Type: JsonValue

operator++()#

inline

JsonObjectIterator & json::JsonObjectIterator::operator++ ()

Type: JsonObjectIterator &