Utility class to display TraDemGen objects with a pretty format. More...
#include <trademgen/bom/BomDisplay.hpp>
Static Public Member Functions | |
static std::string | csvDisplay (const stdair::EventQueue &) |
static void | csvDisplay (std::ostream &, const DemandStream &) |
Utility class to display TraDemGen objects with a pretty format.
std::string TRADEMGEN::BomDisplay::csvDisplay | ( | const stdair::EventQueue & | iEventQueue | ) | [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 TRADEMGEN::BomDisplay::csvDisplay | ( | std::ostream & | oStream, |
const DemandStream & | iDemandStream | ||
) | [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 | DemandStream& Root of the BOM tree to be displayed. |
Definition at line 80 of file BomDisplay.cpp.
References TRADEMGEN::DemandStream::display().