Nirtcpp 2.1.0
Nirtcpp is a high-performance c++ graphics engine.
Loading...
Searching...
No Matches
nirt::core::list< T >::Iterator Class Reference

List iterator. More...

#include <nirtcpp/core/engine/irrList.hpp>

Public Member Functions

Iteratoroperator++ ()
 
Iteratoroperator-- ()
 
Iterator operator++ (s32)
 
Iterator operator-- (s32)
 
Iteratoroperator+= (s32 num)
 
Iterator operator+ (s32 num) const
 
Iteratoroperator-= (s32 num)
 
Iterator operator- (s32 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
 
Toperator* ()
 
Toperator-> ()
 

Friends

class list< T >
 
class ConstIterator
 

Detailed Description

template<class T>
class nirt::core::list< T >::Iterator

List iterator.


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

Nirtcpp    @cppfx.xyz

Utxcpp    utx::print