#include <marking.hh>

Inheritance diagram for estimator::error_index:
concepts::OutputOperator

Public Member Functions

 error_index (uint elmkey, concepts::Real error)
 
bool operator!= (error_index const &right)
 
bool operator< (error_index const &right) const
 

Public Attributes

concepts::Real err
 
uint key
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream. More...
 

Detailed Description

Definition at line 23 of file marking.hh.

Constructor & Destructor Documentation

◆ error_index()

estimator::error_index::error_index ( uint  elmkey,
concepts::Real  error 
)
inline

Definition at line 24 of file marking.hh.

Member Function Documentation

◆ info()

virtual std::ostream& estimator::error_index::info ( std::ostream &  os) const
inlineprotectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 40 of file marking.hh.

◆ operator!=()

bool estimator::error_index::operator!= ( error_index const &  right)
inline

Definition at line 32 of file marking.hh.

◆ operator<()

bool estimator::error_index::operator< ( error_index const &  right) const
inline

Definition at line 26 of file marking.hh.

Member Data Documentation

◆ err

concepts::Real estimator::error_index::err

Definition at line 36 of file marking.hh.

◆ key

uint estimator::error_index::key

Definition at line 37 of file marking.hh.


The documentation for this struct was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich