1.00.0
C++ Simulated Travel Demand Generation Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Pages
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
Generated on Sun Dec 23 2012 17:58:29 for TraDemGen by
1.8.1.1