Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
TestSet::Iterator Class Reference

#include <elm/test.h>

+ Inheritance diagram for TestSet::Iterator:

Public Member Functions

 Iterator (const TestSet &set)
 
- Public Member Functions inherited from List< T, E, A >::Iter
 Iter (void)
 
 Iter (const List &_list)
 
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, 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

◆ Iterator()

Iterator ( const TestSet set)
inline

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