![]() |
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++ (dcpp::int32_kt) |
Iterator | operator-- (dcpp::int32_kt) |
Iterator & | operator+= (dcpp::int32_kt num) |
Iterator | operator+ (dcpp::int32_kt num) const |
Iterator & | operator-= (dcpp::int32_kt num) |
Iterator | operator- (dcpp::int32_kt 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 |