Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
List< T, E, A >::SubIter Class Reference

#include <elm/data/List.h>

+ Inheritance diagram for List< T, E, A >::SubIter:

Public Member Functions

 SubIter (void)
 
 SubIter (Iter begin, Iter end)
 
bool ended (void) const
 
const T & item (void) const
 
void next (void)
 
Iter asIter (void) const
 
 operator Iter (void) const
 
- Public Member Functions inherited from PreIterator< SubIter, T >
bool operator() () const
 
bool operator! () const
 
operator* () const
 
operator-> () const
 
SubIter & operator++ ()
 
void operator++ (int)
 
bool operator== (const SubIter &i) const
 
bool operator!= (const SubIter &i) const
 

Additional Inherited Members

- Public Types inherited from PreIterator< SubIter, T >
typedef T t
 
typedef T return_t
 

Constructor & Destructor Documentation

◆ SubIter() [1/2]

SubIter ( void  )
inline

◆ SubIter() [2/2]

SubIter ( Iter  begin,
Iter  end 
)
inline

Member Function Documentation

◆ asIter()

Iter asIter ( void  ) const
inline

◆ ended()

bool ended ( void  ) const
inline

◆ item()

const T& item ( void  ) const
inline

◆ next()

void next ( void  )
inline

◆ operator Iter()

operator Iter ( void  ) const
inline

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