0.2.2
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
Macros
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
// TraDemGen
11
13
namespace
stdair {
14
class
EventQueue;
15
}
16
17
namespace
TRADEMGEN {
18
20
class
DemandStream;
21
26
class
BomDisplay
{
27
public
:
28
// //////////////// Display support methods /////////////////
37
static
std::string
csvDisplay
(
const
stdair::EventQueue&);
38
47
static
void
csvDisplay
(std::ostream&,
const
DemandStream
&);
48
};
49
50
}
51
#endif // __TRADEMGEN_BOM_BOMDISPLAY_HPP
Generated on Thu Aug 16 2012 08:19:21 for TraDemGen by
1.8.1.2