kodi
Public Member Functions | Friends | List of all members
NPT_List< T >::Iterator Class Reference

Public Member Functions

 Iterator (Item *item)
 
 Iterator (const Iterator &copy)
 
T & operator* () const
 
T * operator-> () const
 
Iteratoroperator++ ()
 
Iterator operator++ (int)
 
Iteratoroperator-- ()
 
Iterator operator-- (int)
 
 operator bool () const
 
bool operator== (const Iterator &other) const
 
bool operator!= (const Iterator &other) const
 
void operator= (const Iterator &other)
 
void operator= (Item *item)
 

Friends

class NPT_List< T >
 

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