PolyBoRi
Public Types | Public Member Functions | List of all members
polybori::dummy_iterator Class Reference

An iterator which virtually does nothing. More...

#include <pbori_func.h>

Public Types

typedef dummy_iterator self
 Type of *this. More...
 

Public Member Functions

template<class Type >
const selfoperator= (const Type &) const
 
const selfoperator* () const
 
const selfoperator++ () const
 
const selfoperator++ (int) const
 

Detailed Description

An iterator which virtually does nothing.

Member Typedef Documentation

Type of *this.

Member Function Documentation

const self& polybori::dummy_iterator::operator* ( ) const
inline
const self& polybori::dummy_iterator::operator++ ( ) const
inline
const self& polybori::dummy_iterator::operator++ ( int  ) const
inline
template<class Type >
const self& polybori::dummy_iterator::operator= ( const Type &  ) const
inline

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