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

Public Member Functions | Protected Member Functions
concepts::OutputMatlab< char * > Class Template Reference

Class for output of C strings. More...

#include <outputMatlab.hh>

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

List of all members.

Public Member Functions

 OutputMatlab (const char *val)

Protected Member Functions

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

Detailed Description

template<>
class concepts::OutputMatlab< char * >

Class for output of C strings.

Definition at line 164 of file outputMatlab.hh.


Constructor & Destructor Documentation

concepts::OutputMatlab< char * >::OutputMatlab ( const char *  val) [inline]

Definition at line 166 of file outputMatlab.hh.


Member Function Documentation

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

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 155 of file outputMatlab.hh.


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

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