concepts::PiecewiseFormula< F >::FormulaFactor Class Reference

#include <formula.hh>

Inheritance diagram for concepts::PiecewiseFormula< F >::FormulaFactor:
concepts::OutputOperator

Public Member Functions

 FormulaFactor ()
 
 FormulaFactor (const FormulaFactor &frm)
 

Public Attributes

Datatype< F >::type factor_
 
std::unique_ptr< Formula< F > > formula_
 

Protected Member Functions

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

Detailed Description

template<typename F>
class concepts::PiecewiseFormula< F >::FormulaFactor

Definition at line 244 of file formula.hh.

Constructor & Destructor Documentation

◆ FormulaFactor() [1/2]

template<typename F >
concepts::PiecewiseFormula< F >::FormulaFactor::FormulaFactor ( )
inline

Definition at line 246 of file formula.hh.

◆ FormulaFactor() [2/2]

template<typename F >
concepts::PiecewiseFormula< F >::FormulaFactor::FormulaFactor ( const FormulaFactor frm)
inline

Definition at line 247 of file formula.hh.

Member Function Documentation

◆ info()

template<typename F >
virtual std::ostream& concepts::PiecewiseFormula< F >::FormulaFactor::info ( std::ostream &  os) const
inlineprotectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 254 of file formula.hh.

Member Data Documentation

◆ factor_

template<typename F >
Datatype<F>::type concepts::PiecewiseFormula< F >::FormulaFactor::factor_

Definition at line 252 of file formula.hh.

◆ formula_

template<typename F >
std::unique_ptr<Formula<F> > concepts::PiecewiseFormula< F >::FormulaFactor::formula_

Definition at line 251 of file formula.hh.


The documentation for this class 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