SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
SDL::PropertyIterator Class Reference

Iterator for properties in a Properties set. More...

Public Member Functions

constexpr PropertyIterator ()=default
 Default constructor.
 PropertyIterator (PropertiesRef props, size_t index=0)
 Constructor.
constexpr bool operator== (std::nullptr_t) const
 Comparison with nullptr, to check if the iterator is at the end.
constexpr bool operator== (const PropertyIterator &other) const
 Comparison operator.
const PropertyProxyoperator* () const
 Dereference operator to get the current property proxy.
const PropertyProxyoperator-> () const
 Arrow operator to get a pointer to the current property proxy.
PropertyIteratoroperator++ ()
 Pre-increment operator to move to the next property.
PropertyIterator operator++ (int)
 Post-increment operator to move to the next property.
PropertyIteratoroperator-- ()
 Pre-decrement operator to move to the previous property.
PropertyIterator operator-- (int)
 Post-decrement operator to move to the previous property.

Detailed Description

Iterator for properties in a Properties set.


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