List of all members | Public Member Functions | Private Types | Private Attributes | Friends
utl::TabulatedFunctionIterator Class Reference

#include <TabulatedFunctionIterators.h>

Inheritance diagram for utl::TabulatedFunctionIterator:
Inheritance graph
[legend]

Public Member Functions

bool operator!= (const TabulatedFunctionIterator &it) const
 
Pair operator* () const
 
TabulatedFunctionIteratoroperator++ ()
 
TabulatedFunctionIterator operator++ (int)
 
Pairoperator-> () const
 
bool operator== (const TabulatedFunctionIterator &it) const
 
 TabulatedFunctionIterator ()
 
 TabulatedFunctionIterator (const InternalIterator xIt, const InternalIterator yIt)
 

Private Types

typedef std::vector< double >
::iterator 
InternalIterator
 

Private Attributes

Pair fPair
 
InternalIterator fXIterator
 
InternalIterator fYIterator
 

Friends

class ConstTabulatedFunctionIterator
 

Detailed Description

Definition at line 23 of file TabulatedFunctionIterators.h.

Member Typedef Documentation

typedef std::vector<double>::iterator utl::TabulatedFunctionIterator::InternalIterator
private

Definition at line 27 of file TabulatedFunctionIterators.h.

Constructor & Destructor Documentation

utl::TabulatedFunctionIterator::TabulatedFunctionIterator ( )
inline

Definition at line 30 of file TabulatedFunctionIterators.h.

utl::TabulatedFunctionIterator::TabulatedFunctionIterator ( const InternalIterator  xIt,
const InternalIterator  yIt 
)
inline

Definition at line 32 of file TabulatedFunctionIterators.h.

Member Function Documentation

bool utl::TabulatedFunctionIterator::operator!= ( const TabulatedFunctionIterator it) const
inline

Definition at line 50 of file TabulatedFunctionIterators.h.

References fXIterator, and fYIterator.

Pair utl::TabulatedFunctionIterator::operator* ( ) const
inline

Definition at line 35 of file TabulatedFunctionIterators.h.

References fXIterator, and fYIterator.

TabulatedFunctionIterator& utl::TabulatedFunctionIterator::operator++ ( )
inline

Definition at line 41 of file TabulatedFunctionIterators.h.

References fXIterator, and fYIterator.

TabulatedFunctionIterator utl::TabulatedFunctionIterator::operator++ ( int  )
inline

Definition at line 44 of file TabulatedFunctionIterators.h.

References fXIterator, and fYIterator.

Pair* utl::TabulatedFunctionIterator::operator-> ( ) const
inline

Definition at line 38 of file TabulatedFunctionIterators.h.

References fPair, fXIterator, and fYIterator.

bool utl::TabulatedFunctionIterator::operator== ( const TabulatedFunctionIterator it) const
inline

Definition at line 47 of file TabulatedFunctionIterators.h.

References fXIterator, and fYIterator.

Friends And Related Function Documentation

friend class ConstTabulatedFunctionIterator
friend

Definition at line 59 of file TabulatedFunctionIterators.h.

Member Data Documentation

Pair utl::TabulatedFunctionIterator::fPair
mutableprivate

Definition at line 54 of file TabulatedFunctionIterators.h.

Referenced by operator->().

InternalIterator utl::TabulatedFunctionIterator::fXIterator
private
InternalIterator utl::TabulatedFunctionIterator::fYIterator
private

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

, generated on Tue Sep 26 2023.