dune-alugrid 2.8.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ALUGrid::IteratorWrapperInterface< val_t > Class Template Referenceabstract

#include <dune/alugrid/3d/alu3diterators.hh>

Inheritance diagram for ALUGrid::IteratorWrapperInterface< val_t >:
Inheritance graph

Public Member Functions

virtual ~IteratorWrapperInterface ()
 
virtual int size ()=0
 
virtual void next ()=0
 
virtual void first ()=0
 
virtual int done () const =0
 
virtual val_t & item () const =0
 
virtual IteratorSTI< val_t > * clone () const
 

Constructor & Destructor Documentation

◆ ~IteratorWrapperInterface()

template<class val_t >
virtual ALUGrid::IteratorWrapperInterface< val_t >::~IteratorWrapperInterface ( )
inlinevirtual

Member Function Documentation

◆ clone()

template<class val_t >
virtual IteratorSTI< val_t > * ALUGrid::IteratorWrapperInterface< val_t >::clone ( ) const
inlinevirtual

◆ done()

template<class val_t >
virtual int ALUGrid::IteratorWrapperInterface< val_t >::done ( ) const
pure virtual

◆ first()

template<class val_t >
virtual void ALUGrid::IteratorWrapperInterface< val_t >::first ( )
pure virtual

◆ item()

template<class val_t >
virtual val_t & ALUGrid::IteratorWrapperInterface< val_t >::item ( ) const
pure virtual

◆ next()

template<class val_t >
virtual void ALUGrid::IteratorWrapperInterface< val_t >::next ( )
pure virtual

◆ size()

template<class val_t >
virtual int ALUGrid::IteratorWrapperInterface< val_t >::size ( )
pure virtual

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