Simbody
Public Member Functions | Friends

SimTK::EnumerationSet< T >::iterator Class Reference

This class provides an interface for iterating over the content of an EnumerationSet. More...

#include <Enumeration.h>

List of all members.

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 >

Detailed Description

template<class T>
class SimTK::EnumerationSet< T >::iterator

This class provides an interface for iterating over the content of an EnumerationSet.


Member Function Documentation

template<class T>
Enumeration<T> SimTK::EnumerationSet< T >::iterator::operator* ( ) [inline]
template<class T>
iterator SimTK::EnumerationSet< T >::iterator::operator++ ( ) [inline]
template<class T>
iterator SimTK::EnumerationSet< T >::iterator::operator++ ( int  ) [inline]
template<class T>
bool SimTK::EnumerationSet< T >::iterator::operator== ( const iterator iter) [inline]
template<class T>
bool SimTK::EnumerationSet< T >::iterator::operator!= ( const iterator iter) [inline]

Friends And Related Function Documentation

template<class T>
friend class EnumerationSet< T > [friend]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines