TraDemGen Logo  0.2.2
C++ Simulated Travel Demand Generation Library
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 // TraDemGen
00011 
00013 namespace stdair {
00014   class EventQueue;
00015 }
00016 
00017 namespace TRADEMGEN {
00018 
00020   class DemandStream;
00021 
00026   class BomDisplay {
00027   public:
00028     // //////////////// Display support methods /////////////////
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
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines