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

#include <TabulatedFunctionIterators.h>

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

Public Member Functions

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

Private Types

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

Private Attributes

PairErr fPair
 
InternalIterator fXErrIterator
 
InternalIterator fXIterator
 
InternalIterator fYErrIterator
 
InternalIterator fYIterator
 

Friends

class TabulatedFunctionErrors
 

Detailed Description

Definition at line 157 of file TabulatedFunctionIterators.h.

Member Typedef Documentation

typedef std::vector<double>::const_iterator utl::ConstTabulatedFunctionErrIterator::InternalIterator
private

Definition at line 161 of file TabulatedFunctionIterators.h.

Constructor & Destructor Documentation

utl::ConstTabulatedFunctionErrIterator::ConstTabulatedFunctionErrIterator ( )
inline

Definition at line 164 of file TabulatedFunctionIterators.h.

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

Definition at line 166 of file TabulatedFunctionIterators.h.

Member Function Documentation

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

Definition at line 187 of file TabulatedFunctionIterators.h.

References fXErrIterator, fXIterator, fYErrIterator, and fYIterator.

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

Definition at line 170 of file TabulatedFunctionIterators.h.

References fXErrIterator, fXIterator, fYErrIterator, and fYIterator.

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

Definition at line 176 of file TabulatedFunctionIterators.h.

References fXErrIterator, fXIterator, fYErrIterator, and fYIterator.

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

Definition at line 179 of file TabulatedFunctionIterators.h.

References fXErrIterator, fXIterator, fYErrIterator, and fYIterator.

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

Definition at line 173 of file TabulatedFunctionIterators.h.

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

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

Definition at line 183 of file TabulatedFunctionIterators.h.

References fXErrIterator, fXIterator, fYErrIterator, and fYIterator.

Friends And Related Function Documentation

friend class TabulatedFunctionErrors
friend

Definition at line 199 of file TabulatedFunctionIterators.h.

Member Data Documentation

PairErr utl::ConstTabulatedFunctionErrIterator::fPair
mutableprivate

Definition at line 192 of file TabulatedFunctionIterators.h.

Referenced by operator->().

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

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

, generated on Tue Sep 26 2023.