Class for output of objects to matlab. More...
#include <outputMatlab.hh>


Public Member Functions | |
| OutputMatlab (const F &val) | |
Protected Member Functions | |
| std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Attributes | |
| const F & | val_ |
Class for output of objects to matlab.
Specialisations to class F should be done near their declaration.
Definition at line 86 of file outputMatlab.hh.
| concepts::OutputMatlab< F >::OutputMatlab | ( | const F & | val | ) | [inline] |
Definition at line 88 of file outputMatlab.hh.
| std::ostream& concepts::OutputMatlab< F >::info | ( | std::ostream & | os | ) | const [inline, protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 91 of file outputMatlab.hh.

const F& concepts::OutputMatlab< F >::val_ [private] |
Definition at line 95 of file outputMatlab.hh.