Simbody
|
This class provides an interface for iterating over the content of an EnumerationSet. 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 | EnumerationSet< T > |
This class provides an interface for iterating over the content of an EnumerationSet.
Enumeration<T> SimTK::EnumerationSet< T >::iterator::operator* | ( | ) | [inline] |
iterator SimTK::EnumerationSet< T >::iterator::operator++ | ( | ) | [inline] |
iterator SimTK::EnumerationSet< T >::iterator::operator++ | ( | int | ) | [inline] |
bool SimTK::EnumerationSet< T >::iterator::operator== | ( | const iterator & | iter | ) | [inline] |
bool SimTK::EnumerationSet< T >::iterator::operator!= | ( | const iterator & | iter | ) | [inline] |
friend class EnumerationSet< T > [friend] |