![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
#include <JSON.hpp>
Public Member Functions | |
| JSONArrayView ()=default | |
| JSONArrayView (JSONIterationProxy begin, JSONIterationProxy end) | |
| JSONIterationProxy | begin () const |
| JSONIterationProxy | end () const |
| JSON | operator[] (size_t index) const |
|
default |
| s3d::JSONArrayView::JSONArrayView | ( | JSONIterationProxy | begin, |
| JSONIterationProxy | end | ||
| ) |
| JSONIterationProxy s3d::JSONArrayView::begin | ( | ) | const |
| JSONIterationProxy s3d::JSONArrayView::end | ( | ) | const |
| JSON s3d::JSONArrayView::operator[] | ( | size_t | index | ) | const |