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

#include <elm/data/Array.h>

+ Inheritance diagram for Array< T >::Iter:

Public Member Functions

 Iter (void)
 
 Iter (const Array< T > &table)
 
 Iter (const Array< T > &table, bool end)
 
bool ended (void) const
 
const T & item (void) const
 
void next (void)
 
bool equals (const Iter &i) const
 
- Public Member Functions inherited from PreIterator< Iter, T >
bool operator() () const
 
bool operator! () const
 
operator* () const
 
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, T >
typedef T t
 
typedef T return_t
 

Detailed Description

template<class T>
class elm::Array< T >::Iter

int Array::size(void) const; Same as count().

Iterator on the elements of the array.

Constructor & Destructor Documentation

◆ Iter() [1/3]

Iter ( void  )
inline

◆ Iter() [2/3]

Iter ( const Array< T > &  table)
inline

◆ Iter() [3/3]

Iter ( const Array< T > &  table,
bool  end 
)
inline

Member Function Documentation

◆ ended()

bool ended ( void  ) const
inline

◆ equals()

bool equals ( const Iter i) const
inline

◆ item()

const T& item ( void  ) const
inline

◆ next()

void next ( void  )
inline

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