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


Public Member Functions | |
| HumanReadable (const StatEvalTable &table) | |
| virtual | ~HumanReadable () |
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 127 of file OutputFormatter.hpp.
| wns::probe::bus::detail::HumanReadable::HumanReadable | ( | const StatEvalTable & | table | ) | [inline] |
Definition at line 137 of file OutputFormatter.hpp.
| virtual wns::probe::bus::detail::HumanReadable::~HumanReadable | ( | ) | [inline, virtual] |
Definition at line 142 of file OutputFormatter.hpp.
| void HumanReadable::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
Implements wns::probe::bus::detail::OutputFormatter.
Definition at line 56 of file OutputFormatter.cpp.
1.5.5