#include <JSON.hpp>
◆ JSONIterator() [1/3]
SIV3D_NODISCARD_CXX20 s3d::JSONIterator::JSONIterator |
( |
| ) |
|
|
default |
◆ JSONIterator() [2/3]
SIV3D_NODISCARD_CXX20 s3d::JSONIterator::JSONIterator |
( |
const JSONIterator & |
| ) |
|
◆ JSONIterator() [3/3]
SIV3D_NODISCARD_CXX20 s3d::JSONIterator::JSONIterator |
( |
const detail::JSONIteratorDetail & |
| ) |
|
|
explicit |
◆ key()
String s3d::JSONIterator::key |
( |
| ) |
const |
◆ operator!=()
bool s3d::JSONIterator::operator!= |
( |
const JSONIterator & |
other | ) |
const |
|
noexcept |
◆ operator*()
JSONItem s3d::JSONIterator::operator* |
( |
| ) |
const |
◆ operator+()
JSONIterator s3d::JSONIterator::operator+ |
( |
size_t |
index | ) |
const |
◆ operator++() [1/2]
◆ operator++() [2/2]
◆ operator=()
◆ operator==()
bool s3d::JSONIterator::operator== |
( |
const JSONIterator & |
other | ) |
const |
|
noexcept |
◆ value()
JSON s3d::JSONIterator::value |
( |
| ) |
const |
The documentation for this class was generated from the following file: