#include <Copier.H>

Public Types | |
| enum | local_from_to { LOCAL, FROM, TO } |
Public Member Functions | |
| CopyIterator (const Copier &a_copier, local_from_to) | |
| const MotionItem & | operator() () const |
| void | operator++ () |
| bool | ok () const |
| void | reset () |
Private Attributes | |
| const Vector< MotionItem * > * | m_motionplanPtr |
| unsigned int | m_current |
| CopyIterator::CopyIterator | ( | const Copier & | a_copier, | |
| local_from_to | type | |||
| ) | [inline] |
References MayDay::Error(), FROM, LOCAL, Copier::m_fromMotionPlan, Copier::m_localMotionPlan, m_motionplanPtr, Copier::m_toMotionPlan, and TO.
| const MotionItem & CopyIterator::operator() | ( | ) | const [inline] |
References m_current, and m_motionplanPtr.
| void CopyIterator::operator++ | ( | ) | [inline] |
References m_current.
| bool CopyIterator::ok | ( | ) | const [inline] |
References m_current, m_motionplanPtr, and Vector< T >::size().
| void CopyIterator::reset | ( | ) | [inline] |
References m_current.
const Vector<MotionItem*>* CopyIterator::m_motionplanPtr [private] |
Referenced by CopyIterator(), ok(), and operator()().
unsigned int CopyIterator::m_current [private] |
Referenced by ok(), operator()(), operator++(), and reset().
1.5.5