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

#include <elm/data/ArrayList.h>

+ Inheritance diagram for ArrayList< T, E >::Iter:

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from PreIterator< Iter, const T & >
typedef const T & t
 
typedef const T & return_t
 

Constructor & Destructor Documentation

◆ Iter() [1/3]

Iter ( const ArrayList< T > &  array)
inline

◆ Iter() [2/3]

Iter ( const ArrayList< T > &  array,
int  start 
)
inline

◆ Iter() [3/3]

Iter ( const ArrayList< T > &  array,
bool  end 
)
inline

Member Function Documentation

◆ ended()

bool ended ( void  ) const
inline

◆ index()

◆ item()

const T& item ( void  ) const
inline

◆ next()

void next ( void  )
inline

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