![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <probe/bus/detail/OutputFormatter.hpp>


Public Member Functions | |
| MatlabReadableSparse (const StatEvalTable &table) | |
| virtual | ~MatlabReadableSparse () |
Private Member Functions | |
| virtual void | doPrint (std::ostream &strm, std::list< int > fixedIndices, int dim, std::string valueType) const |
| Implement this to control the formatting. | |
Definition at line 202 of file OutputFormatter.hpp.
| wns::probe::bus::detail::MatlabReadableSparse::MatlabReadableSparse | ( | const StatEvalTable & | table | ) | [inline] |
Definition at line 212 of file OutputFormatter.hpp.
| virtual wns::probe::bus::detail::MatlabReadableSparse::~MatlabReadableSparse | ( | ) | [inline, virtual] |
Definition at line 217 of file OutputFormatter.hpp.
| void MatlabReadableSparse::doPrint | ( | std::ostream & | strm, | |
| std::list< int > | fixedIndices, | |||
| int | dim, | |||
| std::string | valueType | |||
| ) | const [private, virtual] |
This method is meant to recursively walk over the tree structure of the DynamicMatrix
Reimplemented from wns::probe::bus::detail::MatlabReadable.
Definition at line 264 of file OutputFormatter.cpp.
1.5.5