1.00.4
C++ Simulated Travel Demand Generation Library
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
14
namespace
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
TRADEMGEN::DemandStream
Class modeling a demand stream.
Definition:
DemandStream.hpp:30
TRADEMGEN::BomDisplay
Utility class to display TraDemGen objects with a pretty format.
Definition:
BomDisplay.hpp:23
TRADEMGEN::BomDisplay::csvDisplay
static std::string csvDisplay(const SEVMGR::SEVMGR_ServicePtr_T)
Definition:
BomDisplay.cpp:45
TRADEMGEN
Definition:
BasConst.cpp:10
Generated on Mon Nov 11 2019 00:00:00 for TraDemGen by
1.8.16