Class for output of C strings. More...
#include <outputMatlab.hh>


Public Member Functions | |
| OutputMatlab (const char *val) | |
Protected Member Functions | |
| std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Class for output of C strings.
Definition at line 164 of file outputMatlab.hh.
| concepts::OutputMatlab< char * >::OutputMatlab | ( | const char * | val | ) | [inline] |
Definition at line 166 of file outputMatlab.hh.
| 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.