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

Public Member Functions | Protected Member Functions
concepts::multiplies< F, G, H > Class Template Reference

#include <operations.hh>

Inheritance diagram for concepts::multiplies< F, G, H >:
Inheritance graph
[legend]
Collaboration diagram for concepts::multiplies< F, G, H >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

operator() (const F &x, const G &y) const

Protected Member Functions

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

Detailed Description

template<class F, class G, class H>
class concepts::multiplies< F, G, H >

Definition at line 61 of file operations.hh.


Member Function Documentation

template<class F , class G , class H >
virtual std::ostream& concepts::multiplies< F, G, H >::info ( std::ostream &  os) const [inline, protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 67 of file operations.hh.

template<class F , class G , class H >
H concepts::multiplies< F, G, H >::operator() ( const F &  x,
const G &  y 
) const [inline]

Definition at line 65 of file operations.hh.


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

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