concepts::OutputMatlab< std::map< F, G > > Class Template Reference

#include <outputMatlab.hh>

Inheritance diagram for concepts::OutputMatlab< std::map< F, G > >:
concepts::OutputOperator

Public Member Functions

 OutputMatlab (const std::map< F, G > &val)
 

Protected Member Functions

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

Private Attributes

const std::map< F, G > val_
 

Detailed Description

template<class F, class G>
class concepts::OutputMatlab< std::map< F, G > >

Definition at line 207 of file outputMatlab.hh.

Constructor & Destructor Documentation

◆ OutputMatlab()

template<class F , class G >
concepts::OutputMatlab< std::map< F, G > >::OutputMatlab ( const std::map< F, G > &  val)
inline

Definition at line 209 of file outputMatlab.hh.

Member Function Documentation

◆ info()

template<class F , class G >
std::ostream& concepts::OutputMatlab< std::map< F, G > >::info ( std::ostream &  os) const
inlineprotectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 212 of file outputMatlab.hh.

Member Data Documentation

◆ val_

template<class F , class G >
const std::map<F,G> concepts::OutputMatlab< std::map< F, G > >::val_
private

Definition at line 222 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