$treeview $search $mathjax
Utility class to display AirTSP objects with a pretty format. More...
#include <airtsp/bom/BomDisplay.hpp>
Static Public Member Functions | |
| static std::string | csvDisplay (const stdair::BomRoot &) |
| static void | csvDisplay (std::ostream &, const ReachableUniverse &) |
Utility class to display AirTSP objects with a pretty format.
Definition at line 26 of file BomDisplay.hpp.
| std::string AIRTSP::BomDisplay::csvDisplay | ( | const stdair::BomRoot & | iBomRoot | ) | [static] |
Recursively display (dump in the underlying output log stream) the objects of the BOM tree.
| std::ostream& | Output stream in which the BOM tree should be logged/dumped. | |
| const | stdair::EventQueue& Root of the BOM tree to be displayed. |
Definition at line 43 of file BomDisplay.cpp.
| void AIRTSP::BomDisplay::csvDisplay | ( | std::ostream & | oStream, | |
| const ReachableUniverse & | iReachableUniverse | |||
| ) | [static] |
Recursively display (dump in the underlying output log stream) the objects of the BOM tree.
| std::ostream& | Output stream in which the BOM tree should be logged/dumped. | |
| const | ReachableUniverse& Root of the BOM tree to be displayed. |
Definition at line 81 of file BomDisplay.cpp.
References AIRTSP::ReachableUniverse::toString().
1.6.1
Generated on Sat Jun 13 21:58:52 2015 for AirTSP by
1.6.1