Simbody
|
This class provides an interface for iterating over the set of all possible enumerated values. More...
#include <Enumeration.h>
Public Member Functions | |
Enumeration< T > | operator* () |
iterator | operator++ () |
iterator | operator++ (int) |
bool | operator== (const iterator &iter) |
bool | operator!= (const iterator &iter) |
Friends | |
class | Enumeration< T > |
This class provides an interface for iterating over the set of all possible enumerated values.
Enumeration<T> SimTK::Enumeration< T >::iterator::operator* | ( | ) | [inline] |
iterator SimTK::Enumeration< T >::iterator::operator++ | ( | ) | [inline] |
iterator SimTK::Enumeration< T >::iterator::operator++ | ( | int | ) | [inline] |
bool SimTK::Enumeration< T >::iterator::operator== | ( | const iterator & | iter | ) | [inline] |
bool SimTK::Enumeration< T >::iterator::operator!= | ( | const iterator & | iter | ) | [inline] |
friend class Enumeration< T > [friend] |