concepts::OutputMatlab< F > Class Template Reference

Class for output of objects to matlab. More...

#include <outputMatlab.hh>

Inheritance diagram for concepts::OutputMatlab< F >:
concepts::OutputOperator

Public Member Functions

 OutputMatlab (const F &val)
 

Protected Member Functions

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

Private Attributes

const F & val_
 

Detailed Description

template<typename F>
class concepts::OutputMatlab< F >

Class for output of objects to matlab.

Specialisations to class F should be done near their declaration.

Definition at line 88 of file outputMatlab.hh.

Constructor & Destructor Documentation

◆ OutputMatlab()

template<typename F >
concepts::OutputMatlab< F >::OutputMatlab ( const F &  val)
inline

Definition at line 90 of file outputMatlab.hh.

Member Function Documentation

◆ info()

template<typename F >
std::ostream& concepts::OutputMatlab< F >::info ( std::ostream &  os) const
inlineprotectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 93 of file outputMatlab.hh.

Member Data Documentation

◆ val_

template<typename F >
const F& concepts::OutputMatlab< F >::val_
private

Definition at line 97 of file outputMatlab.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich