#include <testElementFormula.hh>

Inheritance diagram for test::Container< F >:
concepts::OutputOperator

Public Member Functions

 Container (const concepts::ElementFormulaContainer< F > i)
 
const concepts::ElementFormula< F > & frm () const
 

Protected Member Functions

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

Private Attributes

const concepts::ElementFormulaContainer< F > i_
 

Detailed Description

template<class F = concepts::Real>
class test::Container< F >

Definition at line 25 of file testElementFormula.hh.

Constructor & Destructor Documentation

◆ Container()

template<class F = concepts::Real>
test::Container< F >::Container ( const concepts::ElementFormulaContainer< F >  i)
inline

Definition at line 27 of file testElementFormula.hh.

Member Function Documentation

◆ frm()

template<class F = concepts::Real>
const concepts::ElementFormula<F>& test::Container< F >::frm ( ) const
inline

Definition at line 30 of file testElementFormula.hh.

◆ info()

template<class F = concepts::Real>
virtual std::ostream& test::Container< F >::info ( std::ostream &  os) const
inlineprotectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 34 of file testElementFormula.hh.

Member Data Documentation

◆ i_

template<class F = concepts::Real>
const concepts::ElementFormulaContainer<F> test::Container< F >::i_
private

Definition at line 42 of file testElementFormula.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