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

Public Member Functions | Public Attributes | Protected Member Functions
concepts::PiecewiseFormula< F >::FormulaFactor Class Reference

#include <formula.hh>

Inheritance diagram for concepts::PiecewiseFormula< F >::FormulaFactor:
Inheritance graph
[legend]
Collaboration diagram for concepts::PiecewiseFormula< F >::FormulaFactor:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 FormulaFactor ()
 FormulaFactor (const FormulaFactor &frm)

Public Attributes

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

Protected Member Functions

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

Detailed Description

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

Definition at line 240 of file formula.hh.


Constructor & Destructor Documentation

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

Definition at line 242 of file formula.hh.

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

Definition at line 243 of file formula.hh.


Member Function Documentation

template<typename F>
virtual std::ostream& concepts::PiecewiseFormula< F >::FormulaFactor::info ( std::ostream &  os) const [inline, protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 250 of file formula.hh.


Member Data Documentation

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

Definition at line 248 of file formula.hh.

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

Definition at line 247 of file formula.hh.


The documentation for this class was generated from the following file:

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