json::JsonObjectIterator
- Inherits: api::Api< jansson_api_t, JANSSON_API_REQUEST >
private
Functions
JsonObjectIterator()=default#
json::JsonObjectIterator::JsonObjectIterator ()=defaultJsonObjectIterator(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 noexceptType: bool
Parameters:
- JsonObjectIterator const &
a
operator*() const noexcept#
JsonValue json::JsonObjectIterator::operator* () const noexceptType: JsonValue
operator++()#
inline
JsonObjectIterator & json::JsonObjectIterator::operator++ ()Type: JsonObjectIterator &