$treeview $search $mathjax
TraDemGen Logo  1.00.2
$projectbrief
$projectbrief
$searchbox

BomDisplay.hpp

Go to the documentation of this file.
00001 #ifndef __TRADEMGEN_BOM_BOMDISPLAY_HPP
00002 #define __TRADEMGEN_BOM_BOMDISPLAY_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // STL
00008 #include <iosfwd>
00009 #include <string>
00010 // SEvMgr
00011 #include <sevmgr/SEVMGR_Types.hpp>
00012 
00013 
00014 namespace TRADEMGEN {
00015 
00017   class DemandStream;
00018 
00023   class BomDisplay {
00024   public:
00025     // //////////////// Display support methods /////////////////
00036     static std::string csvDisplay (const SEVMGR::SEVMGR_ServicePtr_T);
00037 
00046     static void csvDisplay (std::ostream&, const DemandStream&);
00047   };
00048   
00049 }
00050 #endif // __TRADEMGEN_BOM_BOMDISPLAY_HPP