#include <testElementFormula.hh>


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. | |
Private Attributes | |
| const concepts::ElementFormulaContainer < F > | i_ |
Definition at line 25 of file testElementFormula.hh.
| test::Container< F >::Container | ( | const concepts::ElementFormulaContainer< F > | i | ) | [inline] |
Definition at line 27 of file testElementFormula.hh.
| const concepts::ElementFormula<F>& test::Container< F >::frm | ( | ) | const [inline] |
Definition at line 30 of file testElementFormula.hh.
| virtual std::ostream& test::Container< F >::info | ( | std::ostream & | os | ) | const [inline, protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 34 of file testElementFormula.hh.

const concepts::ElementFormulaContainer<F> test::Container< F >::i_ [private] |
Definition at line 42 of file testElementFormula.hh.