VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions
DtBaseSimObjectIterator< T > Class Template Reference

File: keyedObjIter.h. More...

Inheritance diagram for DtBaseSimObjectIterator< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtBaseSimObjectIterator (const DtList &list, DtVrfObjectManager *simObjectManager)
 Constructor.
 DtBaseSimObjectIterator (const DtBaseSimObjectIterator &orig)
 Copy Contructor.
virtual ~DtBaseSimObjectIterator ()
 Destructor.
T * first (bool move=true)
T * next (bool move=true)
T * prev (bool move=true)
T * last (bool move=true)
T * wrapNext (bool move=true)
T * wrapPrev (bool move=true)

Protected Member Functions

T * dataToObject (void *data) const

Protected Attributes

DtVrfObjectManagermySimObjectManager

Private Member Functions

 DtBaseSimObjectIterator ()
const DtBaseSimObjectIteratoroperator= (const DtBaseSimObjectIterator &orig)

Detailed Description

template<class T>
class DtBaseSimObjectIterator< T >

File: keyedObjIter.h.

Class: DtKeyedSimObjectIterator

Description:


Constructor & Destructor Documentation

template<class T>
DtBaseSimObjectIterator< T >::DtBaseSimObjectIterator ( ) [private]
template<class T>
DtBaseSimObjectIterator< T >::DtBaseSimObjectIterator ( const DtList &  list,
DtVrfObjectManager simObjectManager 
) [inline]

Constructor.

Supply the DtList to be iterated over. Also, since this is actually iterating over a set of keys, it needs a pointer to the DtVrfObjectManager to look up the actual DtSimObjects to return

template<class T>
DtBaseSimObjectIterator< T >::DtBaseSimObjectIterator ( const DtBaseSimObjectIterator< T > &  orig) [inline]

Copy Contructor.

template<class T>
virtual DtBaseSimObjectIterator< T >::~DtBaseSimObjectIterator ( ) [inline, virtual]

Destructor.


Member Function Documentation

template<class T>
const DtBaseSimObjectIterator& DtBaseSimObjectIterator< T >::operator= ( const DtBaseSimObjectIterator< T > &  orig) [private]
template<class T>
T* DtBaseSimObjectIterator< T >::first ( bool  move = true) [inline, virtual]

Reimplemented from DtIteratorBase< T >.

template<class T>
T* DtBaseSimObjectIterator< T >::next ( bool  move = true) [inline, virtual]

Reimplemented from DtIteratorBase< T >.

template<class T>
T* DtBaseSimObjectIterator< T >::prev ( bool  move = true) [inline, virtual]

Reimplemented from DtIteratorBase< T >.

template<class T>
T* DtBaseSimObjectIterator< T >::last ( bool  move = true) [inline, virtual]

Reimplemented from DtIteratorBase< T >.

template<class T>
T* DtBaseSimObjectIterator< T >::wrapNext ( bool  move = true) [inline, virtual]

Reimplemented from DtIteratorBase< T >.

template<class T>
T* DtBaseSimObjectIterator< T >::wrapPrev ( bool  move = true) [inline, virtual]

Reimplemented from DtIteratorBase< T >.

template<class T>
T* DtBaseSimObjectIterator< T >::dataToObject ( void *  data) const [inline, protected]

Member Data Documentation

template<class T>
DtVrfObjectManager* DtBaseSimObjectIterator< T >::mySimObjectManager [protected]

The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)