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

#include <TabulatedFunctionIterators.h>

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

Public Member Functions

bool operator!= (const TabulatedFunctionErrIterator &it) const
 
PairErr operator* () const
 
TabulatedFunctionErrIteratoroperator++ ()
 
TabulatedFunctionErrIterator operator++ (int)
 
PairErroperator-> () const
 
bool operator== (const TabulatedFunctionErrIterator &it) const
 
 TabulatedFunctionErrIterator ()
 
 TabulatedFunctionErrIterator (const InternalIterator xIt, const InternalIterator xErrIt, const InternalIterator yIt, const InternalIterator yErrIt)
 

Private Types

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

Private Attributes

PairErr fPair
 
InternalIterator fXErrIterator
 
InternalIterator fXIterator
 
InternalIterator fYErrIterator
 
InternalIterator fYIterator
 

Friends

class TabulatedFunctionErrors
 

Detailed Description

Definition at line 110 of file TabulatedFunctionIterators.h.

Member Typedef Documentation

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

Definition at line 114 of file TabulatedFunctionIterators.h.

Constructor & Destructor Documentation

utl::TabulatedFunctionErrIterator::TabulatedFunctionErrIterator ( )
inline

Definition at line 117 of file TabulatedFunctionIterators.h.

utl::TabulatedFunctionErrIterator::TabulatedFunctionErrIterator ( const InternalIterator  xIt,
const InternalIterator  xErrIt,
const InternalIterator  yIt,
const InternalIterator  yErrIt 
)
inline

Definition at line 119 of file TabulatedFunctionIterators.h.

Member Function Documentation

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

Definition at line 140 of file TabulatedFunctionIterators.h.

References fXErrIterator, fXIterator, fYErrIterator, and fYIterator.

PairErr utl::TabulatedFunctionErrIterator::operator* ( ) const
inline

Definition at line 123 of file TabulatedFunctionIterators.h.

References fXErrIterator, fXIterator, fYErrIterator, and fYIterator.

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

Definition at line 129 of file TabulatedFunctionIterators.h.

References fXErrIterator, fXIterator, fYErrIterator, and fYIterator.

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

Definition at line 132 of file TabulatedFunctionIterators.h.

References fXErrIterator, fXIterator, fYErrIterator, and fYIterator.

PairErr* utl::TabulatedFunctionErrIterator::operator-> ( ) const
inline

Definition at line 126 of file TabulatedFunctionIterators.h.

References fPair, fXErrIterator, fXIterator, fYErrIterator, and fYIterator.

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

Definition at line 136 of file TabulatedFunctionIterators.h.

References fXErrIterator, fXIterator, fYErrIterator, and fYIterator.

Friends And Related Function Documentation

friend class TabulatedFunctionErrors
friend

Definition at line 152 of file TabulatedFunctionIterators.h.

Member Data Documentation

PairErr utl::TabulatedFunctionErrIterator::fPair
mutableprivate

Definition at line 145 of file TabulatedFunctionIterators.h.

Referenced by operator->().

InternalIterator utl::TabulatedFunctionErrIterator::fXErrIterator
private
InternalIterator utl::TabulatedFunctionErrIterator::fXIterator
private
InternalIterator utl::TabulatedFunctionErrIterator::fYErrIterator
private
InternalIterator utl::TabulatedFunctionErrIterator::fYIterator
private

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

, generated on Tue Sep 26 2023.