#include <outputMatlab.hh>


Public Member Functions | |
| OutputMatlab (const std::queue< F > &val) | |
| Constructor. | |
Protected Member Functions | |
| std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Attributes | |
| const std::queue< F > | val_ |
Definition at line 242 of file outputMatlab.hh.
| concepts::OutputMatlab< std::queue< F > >::OutputMatlab | ( | const std::queue< F > & | val | ) | [inline] |
Constructor.
Definition at line 245 of file outputMatlab.hh.
| std::ostream& concepts::OutputMatlab< std::queue< F > >::info | ( | std::ostream & | os | ) | const [inline, protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 248 of file outputMatlab.hh.
const std::queue<F> concepts::OutputMatlab< std::queue< F > >::val_ [private] |
Definition at line 260 of file outputMatlab.hh.