json::JsonObjectIterator
- Inherits: api::Api< jansson_api_t, JANSSON_API_REQUEST >
private
Functions
#
JsonObjectIterator()=defaultjson::JsonObjectIterator::JsonObjectIterator ()=default
#
JsonObjectIterator(json_t *value)inline
json::JsonObjectIterator::JsonObjectIterator (json_t *value)
#
operator!=(JsonObjectIterator const &a) const noexceptinline
bool json::JsonObjectIterator::operator!= (JsonObjectIterator const &a) const noexcept
Type: bool
Parameters:
- JsonObjectIterator const &
a
#
operator*() const noexceptJsonValue json::JsonObjectIterator::operator* () const noexcept
Type: JsonValue
#
operator++()inline
JsonObjectIterator & json::JsonObjectIterator::operator++ ()
Type: JsonObjectIterator &