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

#include <elm/data/Array.h>

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

Public Member Functions

 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
 

Protected Attributes

const T * p
 
const T * t
 

Additional Inherited Members

- Public Types inherited from PreIter< PreIter, T >
typedef T t
 

Constructor & Destructor Documentation

◆ PreIter() [1/3]

PreIter ( )
inline

◆ PreIter() [2/3]

PreIter ( const Array< T > &  table)
inline

◆ PreIter() [3/3]

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

Member Function Documentation

◆ ended()

bool ended ( void  ) const
inline

◆ equals()

bool equals ( const PreIter i) const
inline

◆ next()

void next ( void  )
inline

Member Data Documentation

◆ p

◆ t

const T * t
protected

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