1.00.10
C++ Simulated Travel Demand Generation Library
Loading...
Searching...
No Matches
TRADEMGEN_Types.hpp
Go to the documentation of this file.
1
#ifndef __TRADEMGEN_TRADEMGEN_TYPES_HPP
2
#define __TRADEMGEN_TRADEMGEN_TYPES_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// Boost
8
#include <boost/shared_ptr.hpp>
9
// StdAir
10
#include <stdair/stdair_file.hpp>
11
// TraDemGen
12
#include <
trademgen/TRADEMGEN_Exceptions.hpp
>
13
14
namespace
TRADEMGEN
{
15
16
// Forward declarations
17
class
TRADEMGEN_Service;
18
19
20
// //////// Type definitions specific to DSim /////////
24
typedef
boost::shared_ptr<TRADEMGEN_Service>
TRADEMGEN_ServicePtr_T
;
25
26
// ///////// Files ///////////
30
class
DemandFilePath
:
public
stdair::InputFilePath {
31
public
:
35
explicit
DemandFilePath
(
const
stdair::Filename_T& iFilename)
36
:
stdair
::InputFilePath (iFilename) {}
37
};
38
39
}
40
#endif
// __TRADEMGEN_TRADEMGEN_TYPES_HPP
41
TRADEMGEN_Exceptions.hpp
TRADEMGEN
Definition
BasConst.cpp:10
TRADEMGEN::TRADEMGEN_ServicePtr_T
boost::shared_ptr< TRADEMGEN_Service > TRADEMGEN_ServicePtr_T
Definition
TRADEMGEN_Types.hpp:24
stdair
Forward declarations.
Definition
CategoricalAttribute.hpp:14
TRADEMGEN::DemandFilePath
Definition
TRADEMGEN_Types.hpp:30
TRADEMGEN::DemandFilePath::DemandFilePath
DemandFilePath(const stdair::Filename_T &iFilename)
Definition
TRADEMGEN_Types.hpp:35
Generated on Sat Mar 23 2024 00:00:00 for TraDemGen by
1.10.0