Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Protected Member Functions | Private Attributes
test::Container< F > Class Template Reference

#include <testElementFormula.hh>

Inheritance diagram for test::Container< F >:
Inheritance graph
[legend]
Collaboration diagram for test::Container< F >:
Collaboration graph
[legend]

List of all members.

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_

Detailed Description

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

Definition at line 25 of file testElementFormula.hh.


Constructor & Destructor Documentation

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

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

Definition at line 30 of file testElementFormula.hh.

template<class F = concepts::Real>
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.

Here is the call graph for this function:


Member Data Documentation

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:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)