OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::TOMLTableArrayIterator Class Reference

#include <TOMLReader.hpp>

Public Member Functions

SIV3D_NODISCARD_CXX20 TOMLTableArrayIterator ()=default
 
SIV3D_NODISCARD_CXX20 TOMLTableArrayIterator (const detail::TOMLTableArrayIteratorDetail &)
 
TOMLTableArrayIterator operator++ ()
 
TOMLTableArrayIterator operator++ (int)
 
TOMLTableArrayIterator operator+ (size_t index) const
 
TOMLValue operator* () const
 
bool operator== (const TOMLTableArrayIterator &other) const noexcept
 
bool operator!= (const TOMLTableArrayIterator &other) const noexcept
 

Constructor & Destructor Documentation

◆ TOMLTableArrayIterator() [1/2]

SIV3D_NODISCARD_CXX20 s3d::TOMLTableArrayIterator::TOMLTableArrayIterator ( )
default

◆ TOMLTableArrayIterator() [2/2]

SIV3D_NODISCARD_CXX20 s3d::TOMLTableArrayIterator::TOMLTableArrayIterator ( const detail::TOMLTableArrayIteratorDetail &  )
explicit

Member Function Documentation

◆ operator!=()

bool s3d::TOMLTableArrayIterator::operator!= ( const TOMLTableArrayIterator other) const
noexcept

◆ operator*()

TOMLValue s3d::TOMLTableArrayIterator::operator* ( ) const

◆ operator+()

TOMLTableArrayIterator s3d::TOMLTableArrayIterator::operator+ ( size_t  index) const

◆ operator++() [1/2]

TOMLTableArrayIterator s3d::TOMLTableArrayIterator::operator++ ( )

◆ operator++() [2/2]

TOMLTableArrayIterator s3d::TOMLTableArrayIterator::operator++ ( int  )

◆ operator==()

bool s3d::TOMLTableArrayIterator::operator== ( const TOMLTableArrayIterator other) const
noexcept

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