tlp::StableIterator
tlp::StableIterator
Section: Tulip Graph Library (3) Updated: 19 Jul 2010 Local index
Up
NAME
tlp::StableIterator -
Interface of StableIterator,.
SYNOPSIS
#include <StableIterator.h>
Inherits tlp::Iterator< itType >.
Public Member Functions
StableIterator (Iterator< itType > *itIn)
~StableIterator ()
itType next ()
Return the next element.
bool hasNext ()
Return true if it exist a next element.
Protected Attributes
std::vector< itType > cloneIt
std::vector< itType >::iterator itStl
Detailed Description
template<class itType> struct tlp::StableIterator< itType >
Interface of StableIterator,.
Constructor & Destructor Documentation
template<class itType> tlp::StableIterator< itType >::StableIterator (Iterator< itType > * itIn) [inline]
template<class itType> tlp::StableIterator< itType >::~StableIterator () [inline]
Member Function Documentation
template<class itType> bool tlp::StableIterator< itType >::hasNext () [inline, virtual]
Return true if it exist a next element.
Implements tlp::Iterator< itType >.
template<class itType> itType tlp::StableIterator< itType >::next () [inline, virtual]
Return the next element.
Implements tlp::Iterator< itType >.
Member Data Documentation
template<class itType> std::vector<itType> tlp::StableIterator< itType >::cloneIt [protected]
template<class itType> std::vector<itType>::iterator tlp::StableIterator< itType >::itStl [protected]
Author
Generated automatically by Doxygen for Tulip Graph Library from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Public Member Functions
-
- Protected Attributes
-
- Detailed Description
-
- template<class itType> struct tlp::StableIterator< itType >
-
- Constructor & Destructor Documentation
-
- template<class itType> tlp::StableIterator< itType >::StableIterator (Iterator< itType > * itIn) [inline]
-
- template<class itType> tlp::StableIterator< itType >::~StableIterator () [inline]
-
- Member Function Documentation
-
- template<class itType> bool tlp::StableIterator< itType >::hasNext () [inline, virtual]
-
- template<class itType> itType tlp::StableIterator< itType >::next () [inline, virtual]
-
- Member Data Documentation
-
- template<class itType> std::vector<itType> tlp::StableIterator< itType >::cloneIt [protected]
-
- template<class itType> std::vector<itType>::iterator tlp::StableIterator< itType >::itStl [protected]
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 22:28:25 GMT, April 16, 2011