![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
#include <TOMLReader.hpp>
Public Member Functions | |
SIV3D_NODISCARD_CXX20 | TOMLArrayIterator ()=default |
SIV3D_NODISCARD_CXX20 | TOMLArrayIterator (const detail::TOMLArrayIteratorDetail &) |
TOMLArrayIterator | operator++ () |
TOMLArrayIterator | operator++ (int) |
TOMLArrayIterator | operator+ (size_t index) const |
TOMLValue | operator* () const |
bool | operator== (const TOMLArrayIterator &other) const noexcept |
bool | operator!= (const TOMLArrayIterator &other) const noexcept |
|
default |
|
explicit |
|
noexcept |
TOMLValue s3d::TOMLArrayIterator::operator* | ( | ) | const |
TOMLArrayIterator s3d::TOMLArrayIterator::operator+ | ( | size_t | index | ) | const |
TOMLArrayIterator s3d::TOMLArrayIterator::operator++ | ( | ) |
TOMLArrayIterator s3d::TOMLArrayIterator::operator++ | ( | int | ) |
|
noexcept |