atlas
0.6
|
#include <testrun.h>
Public Types | |
typedef std::forward_iterator_tag | iterator_category |
typedef 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 |
typedef ptrdiff_t atlas::testrun::GroupIterator::difference_type |
typedef std::forward_iterator_tag atlas::testrun::GroupIterator::iterator_category |
typedef const value_type* atlas::testrun::GroupIterator::pointer |
typedef const value_type& atlas::testrun::GroupIterator::reference |
typedef RealReductiveGroup atlas::testrun::GroupIterator::value_type |
|
inline |
|
inlinevirtual |
|
inline |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |