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
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
Generated on Sun Dec 23 2012 17:58:29 for TraDemGen by
1.8.1.1