Overview     Modules     Class Hierarchy     Classes     Members  

tlp::Iterator< itType > Struct Template Reference

Interface of Iterators. More...

#include <Iterator.h>

Inheritance diagram for tlp::Iterator< itType >:

List of all members.

Public Member Functions

  • Iterator ()
  • virtual ~Iterator ()
  • virtual itType next ()=0
    Return the next element.
  • virtual bool hasNext ()=0
    Return true if it exist a next element.

Detailed Description

template<class itType>
struct tlp::Iterator< itType >

Interface of Iterators.


Constructor & Destructor Documentation

template<class itType>
tlp::Iterator< itType >::Iterator (  )  [inline]
template<class itType>
virtual tlp::Iterator< itType >::~Iterator (  )  [inline, virtual]

Member Function Documentation

template<class itType>
virtual bool tlp::Iterator< itType >::hasNext (  )  [pure virtual]
template<class itType>
virtual itType tlp::Iterator< itType >::next (  )  [pure virtual]


Tulip Software by LaBRI Visualization Team    2001 - 2011