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

Public Member Functions | Protected Member Functions | Private Attributes
concepts::OutputMatlab< std::string > Class Template Reference

Class for output of C++ strings. More...

#include <outputMatlab.hh>

Inheritance diagram for concepts::OutputMatlab< std::string >:
Inheritance graph
[legend]
Collaboration diagram for concepts::OutputMatlab< std::string >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 OutputMatlab (const std::string val)

Protected Member Functions

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

Private Attributes

const std::string val_

Detailed Description

template<>
class concepts::OutputMatlab< std::string >

Class for output of C++ strings.

Definition at line 150 of file outputMatlab.hh.


Constructor & Destructor Documentation

concepts::OutputMatlab< std::string >::OutputMatlab ( const std::string  val) [inline]

Definition at line 152 of file outputMatlab.hh.


Member Function Documentation

std::ostream& concepts::OutputMatlab< std::string >::info ( std::ostream &  os) const [inline, protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 155 of file outputMatlab.hh.


Member Data Documentation

const std::string concepts::OutputMatlab< std::string >::val_ [private]

Definition at line 159 of file outputMatlab.hh.


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

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