nfx-json 1.5.2
Modern C++20 JSON library with schema validation and generation
Loading...
Searching...
No Matches
nfx::json::Document::MutableValuesView Class Reference

Mutable values view. More...

#include <nfx/json/Document.h>

Classes

class  iterator
 Value iterator (mutable). More...

Public Member Functions

 MutableValuesView (Object *obj)
 Construct MutableValuesView from object pointer.
iterator begin ()
 Get iterator to first value.
iterator end ()
 Get iterator past last value.

Detailed Description

Mutable values view.

Definition at line 1128 of file Document.h.

Constructor & Destructor Documentation

◆ MutableValuesView()

nfx::json::Document::MutableValuesView::MutableValuesView ( Object * obj)
inline

Construct MutableValuesView from object pointer.

Parameters
objPointer to the object to iterate values from

Member Function Documentation

◆ begin()

iterator nfx::json::Document::MutableValuesView::begin ( )
inline

Get iterator to first value.

Returns
Mutable iterator pointing to first value

◆ end()

iterator nfx::json::Document::MutableValuesView::end ( )
inline

Get iterator past last value.

Returns
Mutable iterator representing end position

The documentation for this class was generated from the following file: