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

#include <elm/data/Array.h>

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

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from PreIter< BackPreIter, T >
typedef T t
 
- Public Types inherited from ConstPreIter< BackIter, T >
typedef const T & return_t
 
- Protected Attributes inherited from Array< T >::BackPreIter
const T * p
 
const T * b
 

Member Function Documentation

◆ BackPreIter() [1/3]

BackPreIter
inline

◆ BackPreIter() [2/3]

BackPreIter
inline

◆ BackPreIter() [3/3]

BackPreIter
inline

◆ item()

const T& item ( void  ) const
inline

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