Go to the documentation of this file.00001 #ifndef __TRADEMGEN_BOM_BOMDISPLAY_HPP
00002 #define __TRADEMGEN_BOM_BOMDISPLAY_HPP
00003
00004
00005
00006
00007
00008 #include <iosfwd>
00009 #include <string>
00010
00011
00013 namespace stdair {
00014 class EventQueue;
00015 }
00016
00017 namespace TRADEMGEN {
00018
00020 class DemandStream;
00021
00026 class BomDisplay {
00027 public:
00028
00037 static std::string csvDisplay (const stdair::EventQueue&);
00038
00047 static void csvDisplay (std::ostream&, const DemandStream&);
00048 };
00049
00050 }
00051 #endif // __TRADEMGEN_BOM_BOMDISPLAY_HPP