Value iterator (const).
More...
#include <nfx/json/Document.h>
Value iterator (const).
Definition at line 949 of file Document.h.
◆ difference_type
iterator difference type
Definition at line 961 of file Document.h.
◆ iterator_category
iterator category (forward iterator)
Definition at line 955 of file Document.h.
◆ pointer
◆ reference
iterator reference type
Definition at line 967 of file Document.h.
◆ value_type
◆ const_iterator()
| nfx::json::Document::ValuesView::const_iterator::const_iterator |
( |
Object::const_iterator | it | ) |
|
|
inline |
Construct const_iterator from underlying Object iterator.
- Parameters
-
| it | The underlying Object const_iterator |
◆ operator!=()
| bool nfx::json::Document::ValuesView::const_iterator::operator!= |
( |
const const_iterator & | other | ) |
const |
|
inline |
Inequality comparison.
- Parameters
-
| other | The iterator to compare with |
- Returns
- true if iterators are not equal, false otherwise
◆ operator*()
| reference nfx::json::Document::ValuesView::const_iterator::operator* |
( |
| ) |
const |
|
inline |
Dereference operator.
- Returns
- Const reference to the Document value
◆ operator++() [1/2]
| const_iterator & nfx::json::Document::ValuesView::const_iterator::operator++ |
( |
| ) |
|
|
inline |
Pre-increment operator.
- Returns
- Reference to this iterator after increment
◆ operator++() [2/2]
| const_iterator nfx::json::Document::ValuesView::const_iterator::operator++ |
( |
int | | ) |
|
|
inline |
Post-increment operator.
- Returns
- Copy of iterator before increment
◆ operator->()
| pointer nfx::json::Document::ValuesView::const_iterator::operator-> |
( |
| ) |
const |
|
inline |
Arrow operator.
- Returns
- Pointer to the Document value
◆ operator=() [1/2]
Copy assignment.
- Returns
- Reference to this iterator
◆ operator=() [2/2]
Move assignment.
- Returns
- Reference to this iterator
◆ operator==()
| bool nfx::json::Document::ValuesView::const_iterator::operator== |
( |
const const_iterator & | other | ) |
const |
|
inline |
Equality comparison.
- Parameters
-
| other | The iterator to compare with |
- Returns
- true if iterators are equal, false otherwise
The documentation for this class was generated from the following file: