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

Public Member Functions | Protected Member Functions | Private Attributes
concepts::OutputMatlab< F * > Class Template Reference

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

#include <outputMatlab.hh>

Inheritance diagram for concepts::OutputMatlab< F * >:
Inheritance graph
[legend]
Collaboration diagram for concepts::OutputMatlab< F * >:
Collaboration graph
[legend]

List of all members.

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_

Detailed Description

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

Class for output of pointers to matlab.

Definition at line 135 of file outputMatlab.hh.


Constructor & Destructor Documentation

template<typename F >
concepts::OutputMatlab< F * >::OutputMatlab ( const F *  val) [inline]

Definition at line 137 of file outputMatlab.hh.


Member Function Documentation

template<typename F >
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 140 of file outputMatlab.hh.


Member Data Documentation

template<typename F >
const F* concepts::OutputMatlab< F * >::val_ [private]

Definition at line 145 of file outputMatlab.hh.


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

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