#include <testrun.h>
Public Types | |
typedef std::forward_iterator_tag | iterator_category |
typedef realredgp::RealReductiveGroup | value_type |
typedef ptrdiff_t | difference_type |
typedef const value_type * | pointer |
typedef const value_type & | reference |
Public Member Functions | |
GroupIterator () | |
virtual | ~GroupIterator () |
virtual bool | operator== (const GroupIterator &i) const =0 |
bool | operator!= (const GroupIterator &i) const |
virtual reference | operator * () const =0 |
virtual pointer | operator-> () const =0 |
virtual bool | operator() () const =0 |
virtual GroupIterator & | operator++ ()=0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|