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

const T & item () const
 
 PreIter ()
 
 PreIter (const Array< T > &table)
 
 PreIter (const Array< T > &table, bool end)
 
- Public Member Functions inherited from Array< T >::PreIter
 PreIter ()
 
 PreIter (const Array< T > &table)
 
 PreIter (const Array< T > &table, bool end)
 
bool ended (void) const
 
void next (void)
 
bool equals (const PreIter &i) const
 
- Public Member Functions inherited from PreIter< PreIter, T >
bool operator() () const
 
bool operator! () const
 
PreIteroperator++ ()
 
void operator++ (int)
 
bool operator== (const PreIter &i) const
 
bool operator!= (const PreIter &i) const
 
- Public Member Functions inherited from ConstPreIter< Iter, T >
const T & operator* () const
 
operator-> () const
 

Additional Inherited Members

- Public Types inherited from PreIter< PreIter, T >
typedef T t
 
- Public Types inherited from ConstPreIter< Iter, T >
typedef const T & return_t
 
- Protected Attributes inherited from Array< T >::PreIter
const T * p
 
const T * 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.

Member Function Documentation

◆ item()

const T& item ( void  ) const
inline

◆ PreIter() [1/3]

PreIter
inline

◆ PreIter() [2/3]

PreIter
inline

◆ PreIter() [3/3]

PreIter
inline

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