Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Examples  

corelinux::FixedParentIterator Class Template Reference

Inheritance diagram for corelinux::FixedParentIterator:

corelinux::Iterator List of all members.

Public Methods

 FixedParentIterator ( void )
 FixedParentIterator ( MetaTypePtr a )
 FixedParentIterator ( FixedParentIterator const & aRef )
virtual ~FixedParentIterator ( void )
virtual bool isValid ( void ) const
virtual T getElement ( void ) const throw (IteratorBoundsException)
virtual void setFirst ( void )
virtual void setNext ( void ) throw (IteratorBoundsException)
virtual void setPrevious ( void ) throw (IteratorBoundsException)
virtual void setLast ( void ) throw (IteratorBoundsException)
 Set iterator to last element.


Constructor & Destructor Documentation

template<classT>
corelinux::FixedParentIterator<T>::FixedParentIterator<T> ( void ) [inline]
 

template<classT>
corelinux::FixedParentIterator<T>::FixedParentIterator<T> ( MetaTypePtr a ) [inline]
 

template<classT>
corelinux::FixedParentIterator<T>::FixedParentIterator<T> ( FixedParentIterator<T> const & aRef ) [inline]
 

template<classT>
corelinux::FixedParentIterator<T>::~FixedParentIterator<T> ( void ) [inline, virtual]
 


Member Function Documentation

template<classT>
T corelinux::FixedParentIterator<T>::getElement ( void ) const throw (IteratorBoundsException) [inline, virtual]
 

template<classT>
bool corelinux::FixedParentIterator<T>::isValid ( void ) const [inline, virtual]
 

template<classT>
void corelinux::FixedParentIterator<T>::setFirst ( void ) [inline, virtual]
 

template<classT>
void corelinux::FixedParentIterator<T>::setLast ( void ) throw (IteratorBoundsException) [inline, virtual]
 

Set iterator to last element.

template<classT>
void corelinux::FixedParentIterator<T>::setNext ( void ) throw (IteratorBoundsException) [inline, virtual]
 

template<classT>
void corelinux::FixedParentIterator<T>::setPrevious ( void ) throw (IteratorBoundsException) [inline, virtual]
 


The documentation for this class was generated from the following file:
This is the CoreLinux++ Framework reference manual
Provided by The CoreLinux Consortium