TraDemGen Logo  1.00.8
C++ Simulated Travel Demand Generation Library
Loading...
Searching...
No Matches
BomDisplay.hpp
Go to the documentation of this file.
1#ifndef __TRADEMGEN_BOM_BOMDISPLAY_HPP
2#define __TRADEMGEN_BOM_BOMDISPLAY_HPP
3
4// //////////////////////////////////////////////////////////////////////
5// Import section
6// //////////////////////////////////////////////////////////////////////
7// STL
8#include <iosfwd>
9#include <string>
10// SEvMgr
11#include <sevmgr/SEVMGR_Types.hpp>
12
13
14namespace TRADEMGEN {
15
17 class DemandStream;
18
23 class BomDisplay {
24 public:
25 // //////////////// Display support methods /////////////////
36 static std::string csvDisplay (const SEVMGR::SEVMGR_ServicePtr_T);
37
46 static void csvDisplay (std::ostream&, const DemandStream&);
47 };
48
49}
50#endif // __TRADEMGEN_BOM_BOMDISPLAY_HPP
Utility class to display TraDemGen objects with a pretty format.
Definition: BomDisplay.hpp:23
static std::string csvDisplay(const SEVMGR::SEVMGR_ServicePtr_T)
Definition: BomDisplay.cpp:45
Class modeling a demand stream.