![]() |
Duckcpp 2.1.0
Duckcpp is a high-performance c++ graphics engine.
|
List iterator. More...
#include <duckcpp/core/engine/irrList.hpp>
Public Member Functions | |
Iterator & | operator++ () |
Iterator & | operator-- () |
Iterator | operator++ (i32) |
Iterator | operator-- (i32) |
Iterator & | operator+= (i32 num) |
Iterator | operator+ (i32 num) const |
Iterator & | operator-= (i32 num) |
Iterator | operator- (i32 num) const |
bool | operator== (const Iterator &other) const |
bool | operator!= (const Iterator &other) const |
bool | operator== (const ConstIterator &other) const |
bool | operator!= (const ConstIterator &other) const |
T & | operator* () |
T * | operator-> () |
Friends | |
class | list< T > |
class | ConstIterator |