PolyBoRi
Public Types | Public Member Functions
polybori::dummy_iterator Class Reference

An iterator which virtually does nothing. More...

#include <pbori_func.h>

List of all members.

Public Types

typedef dummy_iterator self
 Type of *this.

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++ ( int  ) const [inline]
const self& polybori::dummy_iterator::operator++ ( ) 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: