Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5244 in orxonox.OLD for trunk/src/lib/util


Ignore:
Timestamp:
Sep 24, 2005, 8:06:05 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: scrolling back through the Shell's History works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/list.h

    r5243 r5244  
    520520}
    521521
    522 
    523522/**
    524523 *  use it to move through the list without interfering with the iteration
     524 * @returns previous list element
     525 *
     526 * this stepping mode will !not! step beyond the boundraries of the List!
    525527 */
    526528template<class T>
     
    540542 *  use it to move backwards through the list without interfering with the itereation
    541543 * @returns next list element
     544 *
     545 * this stepping mode will !not! step beyond the boundraries of the List!
    542546 */
    543547template<class T>
     
    553557}
    554558
     559/**
     560 * @returns the current Element
     561 */
    555562template<class T>
    556563    inline T* tIterator<T>::getCurrent()
Note: See TracChangeset for help on using the changeset viewer.